mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-12 03:50:42 +00:00
test: tighten status json runtime result assertion
This commit is contained in:
@@ -101,7 +101,10 @@ describe("status-json-runtime", () => {
|
||||
],
|
||||
}),
|
||||
);
|
||||
expect(result).toEqual({ built: true, input: expect.any(Object) });
|
||||
expect(result).toEqual({
|
||||
built: true,
|
||||
input: mocks.buildStatusJsonPayload.mock.calls[0][0],
|
||||
});
|
||||
});
|
||||
|
||||
it("skips optional sections when flags are off", async () => {
|
||||
|
||||
Reference in New Issue
Block a user