Skip to content

Commit 516de12

Browse files
committed
fix test
1 parent a13049a commit 516de12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/opentelemetry-instrumentation-tornado/tests/test_instrumentation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ def client_response_hook(span, response):
606606
class TestTornadoHTTPClientInstrumentation(TornadoTest, WsgiTestBase):
607607
def test_http_client_success_response(self):
608608
response = self.fetch("/")
609-
self.assertEqual(response.code, 200)
609+
self.assertEqual(response.code, 201)
610610

611611
spans = self.memory_exporter.get_finished_spans()
612612
self.assertEqual(len(spans), 3)

0 commit comments

Comments
 (0)