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 b656e84 commit 5abc5a4Copy full SHA for 5abc5a4
tests/contrib/test_opentelemetry.py
@@ -516,6 +516,6 @@ def otel_context_error(record: logging.LogRecord) -> bool:
516
and "Failed to detach context" in record.message
517
)
518
519
- assert capturer.find(otel_context_error) is None, (
520
- "Detach from context message should not be logged"
521
- )
+ assert (
+ capturer.find(otel_context_error) is None
+ ), "Detach from context message should not be logged"
0 commit comments