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 c053aa6 commit 6e23365Copy full SHA for 6e23365
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 capturer.find(otel_context_error) is None, (
626
- "Detach from context message should not be logged"
627
- )
+ assert (
+ capturer.find(otel_context_error) is None
+ ), "Detach from context message should not be logged"
0 commit comments