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 f0880e6 commit deb4a1aCopy full SHA for deb4a1a
instrumentation/opentelemetry-instrumentation-httpx/tests/test_httpx_integration.py
@@ -1018,7 +1018,6 @@ def test_uninstrument_client_with_proxy(self):
1018
result = self.perform_request(self.URL, client=client)
1019
1020
self.assertEqual(result.text, "Hello!")
1021
- # FIXME: this does fail if uninstrument() has been called before and is a change of behaviour from before
1022
self.assert_span(num_spans=0)
1023
self.assert_proxy_mounts(
1024
client._mounts.values(),
0 commit comments