diff --git a/tests/integration/test_code_v1.py b/tests/integration/test_code_v1.py index 5eb526c1..21b38f59 100644 --- a/tests/integration/test_code_v1.py +++ b/tests/integration/test_code_v1.py @@ -75,7 +75,7 @@ def test_code_v1( node_hostname = get_hostname_to_use_for_compute_node( node, cluster=login_node.hostname ) - expected_line = f"(local) $ /usr/bin/echo -nw --remote ssh-remote+{node_hostname} {home}/{relative_path}" + expected_line = f"(localhost) $ /usr/bin/echo -nw --remote ssh-remote+{node_hostname} {home}/{relative_path}" assert any((expected_line in line) for line in captured_output.splitlines()), ( captured_output, expected_line,