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 8cd8c81 commit ee45e0fCopy full SHA for ee45e0f
instrumentation/opentelemetry-instrumentation-django/tests/test_middleware.py
@@ -1087,7 +1087,7 @@ def test_wsgi_metrics_both_semconv_custom_attributes(self):
1087
}
1088
start = default_timer()
1089
for _ in range(3):
1090
- response = Client().get("/span_name/1234/")
+ response = Client().get("/span_name_custom_attrs/1234/")
1091
self.assertEqual(response.status_code, 200)
1092
duration_s = max(default_timer() - start, 0)
1093
duration = max(round(duration_s * 1000), 0)
0 commit comments