mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 06:45:08 +00:00
fix(azure): Typo in appinsights service (#3407)
Co-authored-by: Pepe Fagoaga <pepe@verica.io>
This commit is contained in:
committed by
GitHub
parent
3c82d89aa4
commit
c92a99baaf
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user