Skip to content

Commit c866d42

Browse files
committed
use load_uc_compatible_roles
1 parent b719791 commit c866d42

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/unit/azure/test_credentials.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
from databricks.labs.ucx.hive_metastore import ExternalLocations
3838
from tests.unit import DEFAULT_CONFIG
3939

40+
from tests.unit import DEFAULT_CONFIG
41+
4042

4143
@pytest.fixture
4244
def ws():
@@ -46,8 +48,7 @@ def ws():
4648
@pytest.fixture
4749
def installation():
4850
return MockInstallation(
49-
DEFAULT_CONFIG
50-
| {
51+
DEFAULT_CONFIG | {
5152
"azure_storage_account_info.csv": [
5253
{
5354
'prefix': 'prefix1',

0 commit comments

Comments
 (0)