test(FN-4266): update daemon routing expectations

Ref: Runfusion/Fusion#216
Fusion-Task-Id: FN-4266
Fusion-Task-Lineage: 4105d2eb-f3d8-4297-9b49-bf7e5a2906be
This commit is contained in:
Fusion
2026-05-12 23:30:14 -07:00
committed by gsxdsm
parent f63f95263b
commit b50e597deb

View File

@@ -559,6 +559,7 @@ describe("bin command routing and fallbacks", () => {
host: "127.0.0.1",
token: "fn_abc123",
tokenOnly: true,
noAutoRegister: false,
});
});
@@ -572,6 +573,7 @@ describe("bin command routing and fallbacks", () => {
host: undefined,
token: undefined,
tokenOnly: false,
noAutoRegister: false,
});
});