Update src/_pytest/reports.py

This commit is contained in:
Bruno Oliveira
2024-06-27 10:28:42 -03:00
committed by Pavel Březina
parent 2c1ed505d9
commit 201ed9f6a5

View File

@@ -209,7 +209,7 @@ class BaseReport:
fail(
"pytest_report_teststatus() hook (from a plugin) returned "
"an invalid verbose value: {verbose!r}.\nExpected either a string "
f"an invalid verbose value: {verbose!r}.\nExpected either a string "
"or a tuple of (word, markup)."
)