Skip to content

Commit 2c1ed50

Browse files
pre-commit-ci[bot]pbrezina
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 269ded1 commit 2c1ed50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_pytest/reports.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def _get_verbose_word_with_markup(
208208
return word, markup
209209

210210
fail(
211-
f"pytest_report_teststatus() hook (from a plugin) returned "
211+
"pytest_report_teststatus() hook (from a plugin) returned "
212212
"an invalid verbose value: {verbose!r}.\nExpected either a string "
213213
"or a tuple of (word, markup)."
214214
)

0 commit comments

Comments
 (0)