Skip to content

Commit

Permalink
Change ssh test image name.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeZiminski committed Apr 22, 2024
1 parent 8da74aa commit 208d049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests_integration/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def clean_project_name(self):
)
def setup_ssh_container(self):
# Annoying session scope does not seem to actually work
container_name = "running_ssh_tests"
container_name = "datashuttle_ssh_tests"
ssh_test_utils.setup_ssh_container(container_name)
yield

Expand Down

0 comments on commit 208d049

Please sign in to comment.