Skip to content

Commit

Permalink
Clarify test_copy_from_non_existent_remote_path name
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz authored and Jakuje committed Jun 27, 2024
1 parent 37f9062 commit 6700cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/scp_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def path_to_non_existent_src_file(tmp_path):
return path


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):
"""Check that SCP file download raises exception if the remote file is missing."""
error_msg = '^Error receiving information about file:'
with pytest.raises(LibsshSCPException, match=error_msg):
Expand Down

0 comments on commit 6700cb8

Please sign in to comment.