Fix 404
This commit is contained in:
parent
103d980b2d
commit
8ef21f56d3
|
@ -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*",
|
||||
]
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue