mcp: fix tests changing new default mcp endpoint

This commit is contained in:
dswbx
2025-08-30 14:08:20 +02:00
parent 24eefa5357
commit 5a27c41516
2 changed files with 4 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ describe("AppServer", () => {
},
mcp: {
enabled: false,
path: "/api/system/mcp",
},
});
}
@@ -36,6 +37,7 @@ describe("AppServer", () => {
},
mcp: {
enabled: false,
path: "/api/system/mcp",
},
});
}