From 55da63d77deaced7332f3af848e81c3d7e7819ad Mon Sep 17 00:00:00 2001 From: lukas leufen <l.leufen@fz-juelich.de> Date: Mon, 6 Apr 2020 13:53:02 +0200 Subject: [PATCH] another test update --- test/test_helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_helpers.py b/test/test_helpers.py index 0c0dd8c3..9c71a533 100644 --- a/test/test_helpers.py +++ b/test/test_helpers.py @@ -163,7 +163,7 @@ class TestPrepareHost: assert PyTestRegex(r"path '.*' does not exist for host '.*'\.") == e.value.args[0] @mock.patch("socket.gethostname", side_effect=["linux-aa9b", "ZAM144", "zam347", "jrtest", "jwtest", - "runner-6HmDp9Qd-project-2411-concurrent"]) + "runner-6HmDp9Qd-project-2411-concurrent-01"]) @mock.patch("os.getlogin", side_effect=OSError) @mock.patch("os.path.exists", return_value=True) def test_os_error(self, mock_path, mock_user, mock_host): -- GitLab