diff --git a/testing/python/metafunc.py b/testing/python/metafunc.py index ddc9107a9..24bd9866d 100644 --- a/testing/python/metafunc.py +++ b/testing/python/metafunc.py @@ -1052,9 +1052,9 @@ class TestMetafunc: result = pytester.runpytest("--collect-only") result.stdout.re_match_lines( [ - r" ", - r" ", - r" ", + r" ", + r" ", + r" ", ] )