We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test_copy_from_non_existent_remote_path
1 parent 37f9062 commit 6700cb8Copy full SHA for 6700cb8
tests/unit/scp_test.py
@@ -70,7 +70,7 @@ def path_to_non_existent_src_file(tmp_path):
70
return path
71
72
73
-def test_get_missing_src(path_to_non_existent_src_file, ssh_scp):
+def test_copy_from_non_existent_remote_path(path_to_non_existent_src_file, ssh_scp):
74
"""Check that SCP file download raises exception if the remote file is missing."""
75
error_msg = '^Error receiving information about file:'
76
with pytest.raises(LibsshSCPException, match=error_msg):
0 commit comments