Skip to content

Commit 41ca902

Browse files
authored
instrumentation: drop dead code from aiohttp-client tests (#2625)
1 parent feed69b commit 41ca902

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Diff for: instrumentation/opentelemetry-instrumentation-aiohttp-client/tests/test_aiohttp_client_integration.py

-5
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
import asyncio
1616
import contextlib
17-
import sys
1817
import typing
1918
import unittest
2019
import urllib.parse
@@ -117,10 +116,6 @@ def test_status_codes(self):
117116
)
118117

119118
url = f"http://{host}:{port}/test-path?query=param#foobar"
120-
# if python version is < 3.8, then the url will be
121-
if sys.version_info[1] < 8:
122-
url = f"http://{host}:{port}/test-path#foobar"
123-
124119
self.assert_spans(
125120
[
126121
(

0 commit comments

Comments
 (0)