mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 07:30:43 +00:00
test(agents): align failure-kind protocol expectations
This commit is contained in:
@@ -187,7 +187,7 @@ describe("buildApiErrorObservationFields", () => {
|
||||
|
||||
expect(observed).toMatchObject({
|
||||
httpCode: "401",
|
||||
providerRuntimeFailureKind: "unknown",
|
||||
providerRuntimeFailureKind: "unclassified",
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user