mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
* fix(ci): Fix ruff lint error - unused import
Remove unused 'cast' import in vertex_ai_ingestion.py (ruff F401)
* fix(ci): Fix E2E login button selector - use exact match
Login button selector now matches both 'Login' and 'Login with SSO',
causing strict mode violation. Use { exact: true } to match only 'Login'.
---------
Co-authored-by: OpenClaw <openclaw@users.noreply.github.com>
|
||
|---|---|---|
| .. | ||
| auth | ||
| keys | ||
| login | ||
| modelsPage | ||
| navigation | ||
| settings | ||
| users | ||