Skip to content

Commit d11096f

Browse files
committed
Fix matching result in case there are warnings
1 parent 656c7ce commit d11096f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/feature/test_tags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def _():
157157
)
158158
result = pytester.runpytest("-rsx")
159159
result.stdout.fnmatch_lines(["SKIP*: Not implemented yet"])
160-
result.stdout.fnmatch_lines(["*= 1 skipped, 1 xpassed * =*"])
160+
result.stdout.fnmatch_lines(["*= 1 skipped, 1 xpassed*=*"])
161161

162162

163163
def test_at_in_scenario(pytester):

0 commit comments

Comments
 (0)