Skip to content

Commit 709659a

Browse files
Copilotyoutux
andauthored
Fix issue reference URL in test docstring (replace XXX with issue number 802)
Agent-Logs-Url: https://github.com/pytest-dev/pytest-bdd/sessions/6e63f920-f1b8-408c-952d-4b688cc32427 Co-authored-by: youtux <778703+youtux@users.noreply.github.com>
1 parent 6df2afb commit 709659a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/feature/test_scenario.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ def test_no_usefixtures_warning_when_no_args(pytester):
401401
"""Test that no PytestWarning about usefixtures() without arguments is emitted
402402
when scenario functions have no arguments (e.g. when using scenarios()).
403403
404-
Regression test for https://github.com/pytest-dev/pytest-bdd/issues/XXX
404+
Regression test for https://github.com/pytest-dev/pytest-bdd/issues/802
405405
"""
406406
pytester.makefile(
407407
".feature",

0 commit comments

Comments
 (0)