mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +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>
|
||
|---|---|---|
| .. | ||
| fixtures | ||
| helpers | ||
| tests | ||
| constants.ts | ||
| globalSetup.ts | ||
| playwright.config.ts | ||