diff --git a/tests/providers/azure/services/appinsights/appinsights_service_test.py b/tests/providers/azure/services/appinsights/appinsights_service_test.py index 04b6d836..8761e96a 100644 --- a/tests/providers/azure/services/appinsights/appinsights_service_test.py +++ b/tests/providers/azure/services/appinsights/appinsights_service_test.py @@ -37,7 +37,7 @@ class Test_AppInsights_Service: app_insights = AppInsights(set_mocked_azure_audit_info()) assert app_insights.subscriptions.__class__.__name__ == "dict" - def test__get_componentes(self): + def test__get_components__(self): appinsights = AppInsights(set_mocked_azure_audit_info()) assert len(appinsights.components) == 1 assert (