test: update heartbeat and agent list thresholds
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user