This commit is contained in:
Steve Piercy 2018-08-28 14:42:16 -07:00
parent 103d980b2d
commit 8ef21f56d3
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ def test_resultlog_is_deprecated(testdir):
result.stdout.fnmatch_lines(
[
"*--result-log is deprecated and scheduled for removal in pytest 4.0*",
"*See https://docs.pytest.org/*/usage.html#creating-resultlog-format-files for more information*",
"*See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information*",
]
)