Skip to content

Commit b398422

Browse files
authored
Update instrumentation/opentelemetry-instrumentation-starlette/tests/test_starlette_instrumentation.py
1 parent b0f2929 commit b398422

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

instrumentation/opentelemetry-instrumentation-starlette/tests/test_starlette_instrumentation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ def test_host_starlette_call(self):
152152
]
153153

154154
for span in spans_with_http_attributes:
155-
print(span.name, span.attributes)
156155
self.assertEqual("/home", span.attributes[HTTP_TARGET])
157156
self.assertEqual(
158157
"http://testserver2/home",

0 commit comments

Comments
 (0)