Skip to content

Commit

Permalink
more specificity to warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jhkennedy committed Nov 6, 2024
1 parent b1f1e52 commit be7a416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def pytest_sessionfinish(session, exitstatus):
warn(
f"\nWARNING: The integration test suite has returned {status_code} because the "
"failure rate was less than a hardcoded threshold. For more details see:\n"
"tests/integration/conftest.py."
"`pytest_sessionfinish` in tests/integration/conftest.py."
)
session.exitstatus = status_code

Expand Down

0 comments on commit be7a416

Please sign in to comment.