We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e23365 commit db3bb0eCopy full SHA for db3bb0e
tests/contrib/test_opentelemetry.py
@@ -622,6 +622,6 @@ def otel_context_error(record: logging.LogRecord) -> bool:
622
and "Failed to detach context" in record.message
623
)
624
625
- assert (
626
- capturer.find(otel_context_error) is None
627
- ), "Detach from context message should not be logged"
+ assert capturer.find(otel_context_error) is None, (
+ "Detach from context message should not be logged"
+ )
0 commit comments