File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
opentelemetry-instrumentation-fastapi/tests
opentelemetry-instrumentation-pyramid/tests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ def test_basic_post_request_metric_success(self):
279279 if isinstance (point , NumberDataPoint ):
280280 self .assertEqual (point .value , 0 )
281281
282- def test_metric_uninstruemnt_app (self ):
282+ def test_metric_uninstrument_app (self ):
283283 self ._client .get ("/foobar" )
284284 self ._instrumentor .uninstrument_app (self ._app )
285285 self ._client .get ("/foobar" )
Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ def test_basic_metric_success(self):
245245 )
246246 self .assertEqual (point .value , 0 )
247247
248- def test_metric_uninstruemnt (self ):
248+ def test_metric_uninstrument (self ):
249249 self .client .get ("/hello/756" )
250250 PyramidInstrumentor ().uninstrument ()
251251 self .config = Configurator ()
You can’t perform that action at this time.
0 commit comments