Skip to content

Commit 34159e4

Browse files
fix failing test
1 parent c8dc021 commit 34159e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/markers/test_invalid_arguments.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ async def test_anything():
6262
result = pytester.runpytest_subprocess()
6363
result.assert_outcomes(errors=1)
6464
result.stdout.fnmatch_lines(
65-
["*ValueError: mark.asyncio accepts only a keyword argument 'scope'*"]
65+
["*ValueError: mark.asyncio accepts only a keyword argument 'loop_scope'*"]
6666
)
6767

6868

0 commit comments

Comments
 (0)