Skip to content

Commit 6700cb8

Browse files
webknjazJakuje
authored andcommitted
Clarify test_copy_from_non_existent_remote_path name
1 parent 37f9062 commit 6700cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/scp_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def path_to_non_existent_src_file(tmp_path):
7070
return path
7171

7272

73-
def test_get_missing_src(path_to_non_existent_src_file, ssh_scp):
73+
def test_copy_from_non_existent_remote_path(path_to_non_existent_src_file, ssh_scp):
7474
"""Check that SCP file download raises exception if the remote file is missing."""
7575
error_msg = '^Error receiving information about file:'
7676
with pytest.raises(LibsshSCPException, match=error_msg):

0 commit comments

Comments
 (0)