test(cli): align probe status expectation after rebase

This commit is contained in:
Ayaan Zaidi
2026-04-20 12:13:06 +05:30
parent 84f535c315
commit c9be0ece71

View File

@@ -223,8 +223,9 @@ describe("probeGatewayStatus", () => {
timeoutMs: 5_000,
});
expect(result).toEqual({
expect(result).toMatchObject({
ok: false,
kind: "connect",
error: "scope upgrade pending approval (requestId: req-123)",
});
});