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 0f3cf3d commit 7e6aad7Copy full SHA for 7e6aad7
opentelemetry-api/tests/attributes/test_attributes.py
@@ -317,4 +317,6 @@ def __str__(self):
317
318
# Verify we get a string back from the cleaner
319
self.assertIsInstance(cleaned_value, str)
320
- self.assertEqual("<DummyWSGIRequest method=GET path=/example/>", cleaned_value)
+ self.assertEqual(
321
+ "<DummyWSGIRequest method=GET path=/example/>", cleaned_value
322
+ )
0 commit comments