Skip to content

Commit 91adf02

Browse files
committed
Update creds.py
1 parent a3b3219 commit 91adf02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/panel/creds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1461,7 +1461,7 @@ async def test_credential(
14611461
if mode == "antigravity":
14621462
api_base_url = await get_antigravity_api_url()
14631463
from src.api.antigravity import build_antigravity_headers
1464-
headers = build_antigravity_headers(access_token, test_model)
1464+
headers = build_antigravity_headers(access_token)
14651465
else:
14661466
api_base_url = await get_code_assist_endpoint()
14671467
headers = {

0 commit comments

Comments
 (0)