Skip to content

Commit 581fbb2

Browse files
committed
Loosen assertion.
1 parent 2fc7e89 commit 581fbb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_holdup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def test_any(testdir, tmp_path_factory, extra):
9999
"holdup: Waiting for 0.5s (0.5s per check, 0.2s sleep between loops) for these services: "
100100
f"any(tcp://localhost:*, path://{path_path}, unix://{unix_path})",
101101
f"holdup: Passed check: 'unix://{unix_path}' -> PASSED",
102-
f"holdup: Passed check: any('tcp://localhost:*' -> [[]Errno 111[]] Connection refused, 'path://{path_path}' ->"
102+
f"holdup: Passed check: any('tcp://localhost:*' -> *, 'path://{path_path}' ->"
103103
f" [[]Errno 2[]] No such file or directory: *, "
104104
f"'unix://{unix_path}' -> PASSED) -> PASSED",
105105
"holdup: Executing: python -c 'print(\"success !\")'",

0 commit comments

Comments
 (0)