Skip to content

Commit

Permalink
fixup! Rename test file, adapt test slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
lebrice committed May 24, 2024
1 parent 188c254 commit 70bf903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_code_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 70bf903

Please sign in to comment.