We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f2cf27 commit c78f7f5Copy full SHA for c78f7f5
test/e2e/e2e/tests.py
@@ -455,7 +455,7 @@ def test_autoscaling(
455
]
456
457
# stop the requests from being made
458
- if current_replicas == max_replicas and not request_stopper.is_set()::
+ if current_replicas == max_replicas and not request_stopper.is_set():
459
printer(f"scaling back down to 1 replica")
460
request_stopper.set()
461
0 commit comments