We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e29e52 commit aa79970Copy full SHA for aa79970
tests/test_model_serving_auth.py
@@ -153,8 +153,8 @@ def authenticate():
153
try:
154
cfg = Config(credentials_strategy=ModelServingUserCredentials())
155
headers = cfg.authenticate()
156
- assert (cfg.host == 'x')
157
- assert headers.get("Authorization") == f'Bearer databricks_invokers_token_v2'
+ assert cfg.host == "x"
+ assert headers.get("Authorization") == f"Bearer databricks_invokers_token_v2"
158
successful_authentication_event.set()
159
except Exception:
160
successful_authentication_event.clear()
0 commit comments