test: update heartbeat and agent list thresholds

This commit is contained in:
Peter Steinberger
2026-01-12 17:13:49 +00:00
parent fd1e959c2d
commit f1dd59bf82
4 changed files with 4 additions and 2 deletions

View File

@@ -39,6 +39,7 @@ describe("gateway server agents", () => {
expect(res.payload?.agents.map((agent) => agent.id)).toEqual([
"work",
"home",
"main",
]);
const work = res.payload?.agents.find((agent) => agent.id === "work");
const home = res.payload?.agents.find((agent) => agent.id === "home");