diff --git a/testing/acceptance_test.py b/testing/acceptance_test.py index b0d0a7e61..fde25549d 100644 --- a/testing/acceptance_test.py +++ b/testing/acceptance_test.py @@ -738,8 +738,8 @@ class TestInvocationVariants(object): assert result.ret == 0 result.stdout.fnmatch_lines( [ - "*lib/foo/bar/test_bar.py::test_bar*PASSED*", - "*lib/foo/bar/test_bar.py::test_other*PASSED*", + "*lib/foo/bar/test_bar.py::test_bar PASSED*", + "*lib/foo/bar/test_bar.py::test_other PASSED*", "*2 passed*", ] )