Skip to content

Commit 0aab32e

Browse files
make fmt
1 parent 4915b35 commit 0aab32e

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
@@ -179,7 +179,7 @@ def test_agent_user_credentials(monkeypatch, mocker):
179179

180180
headers = cfg.authenticate()
181181

182-
assert (cfg.host == "x")
182+
assert cfg.host == "x"
183183
assert headers.get("Authorization") == f"Bearer {invokers_token_val}"
184184

185185
# Test updates of invokers token

0 commit comments

Comments
 (0)