From c92a99baaf7faceb1cf49715480fc554a0b37c80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20De=20la=20Torre=20Vico?= Date: Mon, 19 Feb 2024 12:05:28 +0100 Subject: [PATCH] fix(azure): Typo in appinsights service (#3407) Co-authored-by: Pepe Fagoaga --- .../azure/services/appinsights/appinsights_service_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (