Skip to content

Commit 201ed9f

Browse files
nicoddemuspbrezina
authored andcommitted
Update src/_pytest/reports.py
1 parent 2c1ed50 commit 201ed9f

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
@@ -209,7 +209,7 @@ def _get_verbose_word_with_markup(
209209

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

0 commit comments

Comments
 (0)