Closed radbrt closed 2 years ago
As part of modifying the tap to reuse the sftp connection, the test test_sync in test_med_00_discover.py was commented out. From what I can tell this is not because the functionality broke, but because the test needs to be changed and a patch added.
test_sync
test_med_00_discover.py
Turns out this test is defined in test_med_00_tap_sftp.py. Removing the commented-out test instead.
test_med_00_tap_sftp.py
Fixed in https://github.com/MeltanoLabs/tap-sftp/pull/3.
As part of modifying the tap to reuse the sftp connection, the test
test_sync
intest_med_00_discover.py
was commented out. From what I can tell this is not because the functionality broke, but because the test needs to be changed and a patch added.