Skip to content

Commit 2067c9e

Browse files
committed
fix: fix unit tests
1 parent 4dc0c8a commit 2067c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/opentelemetry-instrumentation-httpx/tests/test_httpx_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888

8989

9090
HTTP_RESPONSE_BODY = "http.response.body"
91-
SCHEMA_URL = Schemas.V1_21_0
91+
SCHEMA_URL = Schemas.V1_21_0.value
9292

9393

9494
def _is_url_tuple(request: "RequestInfo"):

0 commit comments

Comments
 (0)