From 60e4253629ca29b4cd59a0eaf6e7acf44ef8d8bb Mon Sep 17 00:00:00 2001 From: pedrooot Date: Wed, 19 Mar 2025 13:30:51 +0100 Subject: [PATCH] fix(azure): tests --- tests/providers/azure/azure_provider_test.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/providers/azure/azure_provider_test.py b/tests/providers/azure/azure_provider_test.py index fcd165b151..e75422c81e 100644 --- a/tests/providers/azure/azure_provider_test.py +++ b/tests/providers/azure/azure_provider_test.py @@ -66,10 +66,11 @@ class TestAzureProvider: assert azure_provider.region_config == AzureRegionConfig( name="AzureCloud", - authority=None, + authority="login.microsoftonline.com", base_url="https://management.azure.com", credential_scopes=["https://management.azure.com/.default"], graph_credential_scopes=["https://graph.microsoft.com/.default"], + graph_base_url="https://graph.microsoft.com", ) assert isinstance(azure_provider.session, DefaultAzureCredential) assert azure_provider.identity == AzureIdentityInfo(