From ca58e5e7ed453ce41e9dfef71881cb15612cba10 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Wed, 13 Feb 2019 15:20:32 -0200 Subject: [PATCH] Fix test_remote_usage_prog after changes in pytest features branch --- testing/test_remote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/test_remote.py b/testing/test_remote.py index 649739f..f17e21e 100644 --- a/testing/test_remote.py +++ b/testing/test_remote.py @@ -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"] )