From 61eb419803bd39bd17e0d069b3fd8a5eb4d61e8a Mon Sep 17 00:00:00 2001 From: Pradeep Srikakolapu Date: Mon, 25 Nov 2024 19:29:35 -0800 Subject: [PATCH] Testing OIDC --- tests/conftest.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/conftest.py b/tests/conftest.py index 72eb2d6..adbcbb0 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -108,13 +108,9 @@ def _profile_user_azure(): def _profile_integration_tests(): profile = { - **_all_profiles_base(), + **_profile_ci_azure_base(), **{ - "host": os.getenv("FABRIC_TEST_HOST"), "authentication": os.getenv("FABRIC_TEST_AUTH", "ActiveDirectoryAccessToken"), - "encrypt": True, - "trust_cert": True, - "database": os.getenv("FABRIC_TEST_DBNAME"), "access_token": os.getenv("FABRIC_INTEGRATION_TESTS_TOKEN"), }, }