We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3b3219 commit 91adf02Copy full SHA for 91adf02
1 file changed
src/panel/creds.py
@@ -1461,7 +1461,7 @@ async def test_credential(
1461
if mode == "antigravity":
1462
api_base_url = await get_antigravity_api_url()
1463
from src.api.antigravity import build_antigravity_headers
1464
- headers = build_antigravity_headers(access_token, test_model)
+ headers = build_antigravity_headers(access_token)
1465
else:
1466
api_base_url = await get_code_assist_endpoint()
1467
headers = {
0 commit comments