Skip to content

Commit 7279a2f

Browse files
committed
fix tests
1 parent 49b65d3 commit 7279a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_model_serving_auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def test_model_serving_auth_refresh(monkeypatch, mocker):
124124
"databricks.sdk.databricks.credentials_provider.ModelServingAuthProvider._MODEL_DEPENDENCY_OAUTH_TOKEN_FILE_PATH",
125125
"tests/testdata/model-serving-test-token",
126126
)
127-
mocker.patch("databricks.databricks.sdk.config.Config._known_file_config_loader")
127+
mocker.patch("databricks.sdk.databricks.config.Config._known_file_config_loader")
128128

129129
cfg = Config()
130130
assert cfg.auth_type == "model-serving"

0 commit comments

Comments
 (0)