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 e73f2be commit 714a0e8Copy full SHA for 714a0e8
instrumentation/opentelemetry-instrumentation-aiohttp-client/tests/test_aiohttp_client_integration.py
@@ -120,7 +120,7 @@ def test_status_codes(self):
120
url = f"http://{host}:{port}/test-path?query=param#foobar"
121
# if python version is < 3.8, then the url will be
122
if sys.version_info[1] < 8:
123
- url = "http://{host}:{port}/test-path#foobar"
+ url = f"http://{host}:{port}/test-path#foobar"
124
125
self.assert_spans(
126
[
0 commit comments