Skip to content

Commit 61fcdb4

Browse files
committed
Lint
Signed-off-by: Abhilash Gnan <abhilashgnan@gmail.com>
1 parent be4b38c commit 61fcdb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/opentelemetry-ext-wsgi/tests/test_wsgi_middleware.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ def test_request_attributes_with_full_request_uri(self):
315315

316316
def test_http_user_agent_attribute(self):
317317
self.environ["HTTP_USER_AGENT"] = "test-useragent"
318-
expected = { "http.user_agent": "test-useragent" }
318+
expected = {"http.user_agent": "test-useragent"}
319319
self.assertGreaterEqual(
320320
otel_wsgi.collect_request_attributes(self.environ).items(),
321321
expected.items(),

0 commit comments

Comments
 (0)