Skip to content

Commit cd3eb98

Browse files
committed
fix test
1 parent c98ef2b commit cd3eb98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/acceptance_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1375,7 +1375,7 @@ def test_foo(async_fixture):
13751375
[
13761376
"*== warnings summary ==*",
13771377
(
1378-
"*PytestRemovedIn9Warning: Sync test 'test_foo' requested an async "
1378+
"*PytestRemovedIn9Warning: 'test_foo' requested an async "
13791379
"fixture 'async_fixture' with autouse=True, with no plugin or hook "
13801380
"that handled it. This is usually an error, as pytest does not "
13811381
"natively support it. If this is intentional, consider making the "

0 commit comments

Comments
 (0)