Skip to content

Commit 7f9781b

Browse files
committed
Continue working.
1 parent 284feb8 commit 7f9781b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/tests_integration/test_ssh_setup.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# from pytest import ssh_config
1111
from datashuttle.utils import ssh
1212

13-
TEST_SSH = False
13+
TEST_SSH = True
1414

1515

1616
@pytest.mark.skipif(TEST_SSH is False, reason="TEST_SSH is false")
@@ -30,9 +30,9 @@ def project(test, tmp_path):
3030

3131
ssh_test_utils.setup_project_for_ssh(
3232
project,
33-
ssh_config.FILESYSTEM_PATH,
34-
ssh_config.CENTRAL_HOST_ID,
35-
ssh_config.USERNAME,
33+
central_path=f"/home/sshuser/datashuttle/{project.project_name}", # TODO: centralise these
34+
central_host_id="localhost",
35+
central_host_username="sshuser",
3636
)
3737

3838
yield project

0 commit comments

Comments
 (0)