Skip to content

Commit e457d3a

Browse files
committed
Fix tests again.
1 parent de756a2 commit e457d3a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/tests_transfers/test_ssh_setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import pytest
66
import ssh_test_utils
77
import test_utils
8-
from base import BaseTest
8+
from base_transfer import BaseTransfer
99

1010
from datashuttle.utils import ssh
1111

@@ -16,7 +16,7 @@
1616
platform.system == "Darwin", reason="Docker set up is not robust on macOS."
1717
)
1818
@pytest.mark.skipif(not TEST_SSH, reason="TEST_SSH is false")
19-
class TestSSH(BaseTest):
19+
class TestSSH(BaseTransfer):
2020

2121
@pytest.fixture(scope="function")
2222
def project(test, tmp_path, setup_ssh_container):

0 commit comments

Comments
 (0)