Skip to content

Commit b26163b

Browse files
committed
Change ssh test image name and fix docstring.
1 parent 8da74aa commit b26163b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tests/tests_integration/base.py

+5-2
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,11 @@ def clean_project_name(self):
6565
scope="class",
6666
)
6767
def setup_ssh_container(self):
68-
# Annoying session scope does not seem to actually work
69-
container_name = "running_ssh_tests"
68+
"""
69+
Set up the Dockerfile container for SSH tests and
70+
delete it on teardown.
71+
"""
72+
container_name = "datashuttle_ssh_tests"
7073
ssh_test_utils.setup_ssh_container(container_name)
7174
yield
7275

0 commit comments

Comments
 (0)