Skip to content

Commit c78f7f5

Browse files
committed
Fix typo in E2E test script
1 parent 4f2cf27 commit c78f7f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/e2e/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ def test_autoscaling(
455455
]
456456

457457
# stop the requests from being made
458-
if current_replicas == max_replicas and not request_stopper.is_set()::
458+
if current_replicas == max_replicas and not request_stopper.is_set():
459459
printer(f"scaling back down to 1 replica")
460460
request_stopper.set()
461461

0 commit comments

Comments
 (0)