Skip to content

Commit 719b78f

Browse files
pre-commit-ci[bot]Michael Howitz
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent bd040fc commit 719b78f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_pytest_rerunfailures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ def test_pytest_runtest_logfinish_is_called(testdir):
510510
hook_message = "Message from pytest_runtest_logfinish hook"
511511
testdir.makepyfile("def test_pass(): pass")
512512
testdir.makeconftest(
513-
fr"""
513+
rf"""
514514
def pytest_runtest_logfinish(nodeid, location):
515515
print("\n{hook_message}\n")
516516
"""

0 commit comments

Comments
 (0)