test(gateway): assert applied reload result

This commit is contained in:
Josh Lehman
2026-08-27 02:36:03 -07:00
parent 4b4a356e9e
commit ca5e30a810
+1 -1
View File
@@ -385,7 +385,7 @@ describe("mcp connection resolver helpers", () => {
requestRecoveryRestart,
});
await expect(gatewayReload.applyHotReload(reloadPlan, nextConfig)).resolves.toBeUndefined();
await expect(gatewayReload.applyHotReload(reloadPlan, nextConfig)).resolves.toBe("applied");
expect(refreshPreparedModelRuntimeSnapshots).toHaveBeenCalledWith(nextConfig, {
allowGatewaySubagentBinding: true,
catalogMode: "static",