We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c625306 commit b34fd26Copy full SHA for b34fd26
tests/unittests/test_opentelemetry.py
@@ -194,7 +194,7 @@ def test_init_request_enable_opentelemetry_default_app_setting(
194
self.assertNotIn("WorkerOpenTelemetryEnabled", capabilities)
195
196
@patch.dict(os.environ, {'PYTHON_APPLICATIONINSIGHTS_ENABLE_TELEMETRY': 'false'})
197
- def test_init_request_initialize_azure_monitor_disabled_app_setting(
+ def test_init_request_enable_azure_monitor_disabled_app_setting(
198
self,
199
):
200
0 commit comments