mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-09-19 17:50:13 +00:00
Stabilize CI runtime for updated deps and unblock Dependabot auto-format flow (#185)
* chore: apply ci and dependabot remediation changes * chore: auto-fix linting and formatting issues --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -85,7 +85,10 @@ test("an API token can authenticate /mcp", async ({ page }) => {
|
||||
headers: await csrfHeaders(page),
|
||||
data: { ...baseSettings, enable_mcp: true },
|
||||
})
|
||||
expect(enableResp.ok(), "PATCH /api/v1/setting must succeed to enable MCP for the test").toBeTruthy()
|
||||
expect(
|
||||
enableResp.ok(),
|
||||
"PATCH /api/v1/setting must succeed to enable MCP for the test",
|
||||
).toBeTruthy()
|
||||
|
||||
try {
|
||||
const apiResp = await page.request.post("/api/v1/api-tokens", {
|
||||
|
||||
Reference in New Issue
Block a user