diff options
Diffstat (limited to 'src/client/api/client.test.ts')
| -rw-r--r-- | src/client/api/client.test.ts | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/client/api/client.test.ts b/src/client/api/client.test.ts index 16deb28..5489547 100644 --- a/src/client/api/client.test.ts +++ b/src/client/api/client.test.ts @@ -85,8 +85,10 @@ describe("ApiClient", () => { { status: 401, body: { - error: "Invalid username or password", - code: "INVALID_CREDENTIALS", + error: { + message: "Invalid username or password", + code: "INVALID_CREDENTIALS", + }, }, }, ]); |
