Skip to content

Commit 269ded1

Browse files
nicoddemuspbrezina
authored andcommitted
Update src/_pytest/reports.py
1 parent 41ca4dd commit 269ded1

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-
"pytest_report_teststatus() hook (from a plugin) returned "
211+
f"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)