Skip to content

Commit

Permalink
Fixed Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdulRehman Faraj committed Jan 16, 2024
1 parent b01142f commit e818ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validation_testing/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def pre_test_infra_check():
# That make the stack deletion impossible, such as ENIs.
# This will ensure that everything is cleaned up before bringing up a new stack
for connector in TESTABLE_CONNECTORS:
shell_command = f'sh run_cleanup_infra.sh {connector_name}'
shell_command = f'sh run_cleanup_infra.sh {connector}'
subprocess.run(shell_command, shell=True, check=True)

if __name__ == '__main__':
Expand Down

0 comments on commit e818ce1

Please sign in to comment.