Skip to content

Commit bb3dbe7

Browse files
committed
Addressing hard_delete issues with snapshot and adding warehouse snapshots
1 parent dbe7a77 commit bb3dbe7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ def _profile_user_azure():
9999
"encrypt": True,
100100
"trust_cert": True,
101101
"database": os.getenv("FABRIC_TEST_DBNAME"),
102+
"api_url": "https://msitapi.fabric.microsoft.com/v1",
102103
},
103104
}
104105
return profile

0 commit comments

Comments
 (0)