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 3902028 commit 70e8cabCopy full SHA for 70e8cab
instrumentation/opentelemetry-instrumentation-httpx/tests/test_httpx_integration.py
@@ -931,7 +931,7 @@ def test_instrument_client_called_on_the_class(self):
931
def test_instrument_multiple_clients_with_the_same_transport(self):
932
transport = self.create_transport()
933
client1 = self.create_client(transport=transport)
934
- client2 = self.create_client(trasnport=transport)
+ client2 = self.create_client(transport=transport)
935
936
HTTPXClientInstrumentor().instrument_client(client1)
937
HTTPXClientInstrumentor().instrument_client(client2)
0 commit comments