fix: update E2E test API paths and payloads to match backend

- user-apikey-lifecycle: /api/v1/keys -> /api/v1/api-keys (24 occurrences)
- admin-users: balance payload uses balance+operation+notes
- admin-groups: rate-multiplier already uses correct format
This commit is contained in:
Developer
2026-04-02 22:35:48 +08:00
parent c660553c87
commit 8b19f56ba4
634 changed files with 169806 additions and 0 deletions

5
tests/node_modules/playwright/NOTICE generated vendored Normal file
View File

@@ -0,0 +1,5 @@
Playwright
Copyright (c) Microsoft Corporation
This software contains code derived from the Puppeteer project (https://github.com/puppeteer/puppeteer),
available under the Apache 2.0 license (https://github.com/puppeteer/puppeteer/blob/master/LICENSE).