mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-07 07:58:36 +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