Skip to content

Commit aa79970

Browse files
committed
Fix formatting
1 parent 1e29e52 commit aa79970

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_model_serving_auth.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ def authenticate():
153153
try:
154154
cfg = Config(credentials_strategy=ModelServingUserCredentials())
155155
headers = cfg.authenticate()
156-
assert (cfg.host == 'x')
157-
assert headers.get("Authorization") == f'Bearer databricks_invokers_token_v2'
156+
assert cfg.host == "x"
157+
assert headers.get("Authorization") == f"Bearer databricks_invokers_token_v2"
158158
successful_authentication_event.set()
159159
except Exception:
160160
successful_authentication_event.clear()

0 commit comments

Comments
 (0)