mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:20:43 +00:00
test(cli): align probe status expectation after rebase
This commit is contained in:
@@ -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)",
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user