Fix test_remote_usage_prog after changes in pytest features branch

This commit is contained in:
Bruno Oliveira
2019-02-13 15:20:32 -02:00
committed by GitHub
parent d8a794bc84
commit ca58e5e7ed

View File

@@ -458,5 +458,5 @@ def test_remote_usage_prog(testdir, request):
result = testdir.runpytest_subprocess("-n1")
assert result.ret == 1
result.stdout.fnmatch_lines(
["usage: pytest.py *", "pytest.py: error: my_usage_error"]
["*usage: pytest.py *", "pytest.py: error: my_usage_error"]
)