Skip to content

Commit

Permalink
Fix matching result in case there are warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
youtux committed Sep 16, 2024
1 parent 656c7ce commit d11096f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/feature/test_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def _():
)
result = pytester.runpytest("-rsx")
result.stdout.fnmatch_lines(["SKIP*: Not implemented yet"])
result.stdout.fnmatch_lines(["*= 1 skipped, 1 xpassed * =*"])
result.stdout.fnmatch_lines(["*= 1 skipped, 1 xpassed*=*"])


def test_at_in_scenario(pytester):
Expand Down

0 comments on commit d11096f

Please sign in to comment.