Skip to content
Snippets Groups Projects
Commit 567de639 authored by lukas leufen's avatar lukas leufen
Browse files

still failing on CI, another fix

parent 2e1c48a3
No related branches found
No related tags found
2 merge requests!125Release v0.10.0,!124Update Master to new version v0.10.0
Pipeline #39290 passed
...@@ -30,7 +30,7 @@ class TestPrepareHost: ...@@ -30,7 +30,7 @@ class TestPrepareHost:
assert "unknown host 'NotExistingHostName'" in e.value.args[0] assert "unknown host 'NotExistingHostName'" in e.value.args[0]
@mock.patch("getpass.getuser", return_value="zombie21") @mock.patch("getpass.getuser", return_value="zombie21")
@mock.patch("src.configuration.check_path_and_create", side_effect=PermissionError) @mock.patch("src.configuration.path_config.check_path_and_create", side_effect=PermissionError)
@mock.patch("os.path.exists", return_value=False) @mock.patch("os.path.exists", return_value=False)
def test_error_handling(self, mock_path_exists, mock_cpath, mock_user): def test_error_handling(self, mock_path_exists, mock_cpath, mock_user):
# if "runner-6HmDp9Qd-project-2411-concurrent" not in platform.node(): # if "runner-6HmDp9Qd-project-2411-concurrent" not in platform.node():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment