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):
279
279
if isinstance (point , NumberDataPoint ):
280
280
self .assertEqual (point .value , 0 )
281
281
282
- def test_metric_uninstruemnt_app (self ):
282
+ def test_metric_uninstrument_app (self ):
283
283
self ._client .get ("/foobar" )
284
284
self ._instrumentor .uninstrument_app (self ._app )
285
285
self ._client .get ("/foobar" )
Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ def test_basic_metric_success(self):
245
245
)
246
246
self .assertEqual (point .value , 0 )
247
247
248
- def test_metric_uninstruemnt (self ):
248
+ def test_metric_uninstrument (self ):
249
249
self .client .get ("/hello/756" )
250
250
PyramidInstrumentor ().uninstrument ()
251
251
self .config = Configurator ()
You can’t perform that action at this time.
0 commit comments