Skip to content

Commit 02cd72d

Browse files
committed
remove auto-principal creation from other tests
1 parent 15e396c commit 02cd72d

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

tests/conftest.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,6 @@ def dbt_profile_target(request: FixtureRequest):
3232
raise ValueError(f"Unknown profile: {profile}")
3333

3434

35-
@pytest.fixture(scope="class")
36-
def project_config_update(request: FixtureRequest):
37-
if "azure" in request.config.getoption("--profile"):
38-
return {
39-
"models": {
40-
"auto_provision_aad_principals": True,
41-
}
42-
}
43-
return {}
44-
45-
4635
def _all_profiles_base():
4736
return {
4837
"type": "sqlserver",

0 commit comments

Comments
 (0)