Skip to content

Commit

Permalink
Testing OIDC
Browse files Browse the repository at this point in the history
  • Loading branch information
prdpsvs committed Nov 26, 2024
1 parent 6a5c076 commit 61eb419
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
},
}
Expand Down

0 comments on commit 61eb419

Please sign in to comment.