Skip to content

Commit

Permalink
fix bug in PR aws#676
Browse files Browse the repository at this point in the history
Signed-off-by: Wesley Pettit <[email protected]>
  • Loading branch information
PettitWesley committed Jun 8, 2023
1 parent 50f02e7 commit c9c61bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions load_tests/load_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,6 @@ def run_ecs_tests():
session = get_sts_boto_session()

client = session.client('ecs')

processes = []

# Delete corresponding testing data for a fresh start
delete_testing_data(session)
Expand All @@ -227,6 +225,7 @@ def run_ecs_tests():
for input_logger in INPUT_LOGGERS:
# Wait until task stops and start validation
session = get_sts_boto_session()
processes = []

client = session.client('ecs')
waiter = client.get_waiter('tasks_stopped')
Expand Down

0 comments on commit c9c61bf

Please sign in to comment.