Skip to content

Commit

Permalink
Change ssh test image name and fix docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeZiminski committed Apr 22, 2024
1 parent 8da74aa commit b26163b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tests/tests_integration/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,11 @@ def clean_project_name(self):
scope="class",
)
def setup_ssh_container(self):
# Annoying session scope does not seem to actually work
container_name = "running_ssh_tests"
"""
Set up the Dockerfile container for SSH tests and
delete it on teardown.
"""
container_name = "datashuttle_ssh_tests"
ssh_test_utils.setup_ssh_container(container_name)
yield

Expand Down

0 comments on commit b26163b

Please sign in to comment.