mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
fix(api): 🐛 Fix incorrect test case
This commit is contained in:
parent
96d1805925
commit
6d4b4eb13b
2 changed files with 4 additions and 4 deletions
|
|
@ -34,7 +34,7 @@ describe("/api/v1/sso", () => {
|
|||
|
||||
expect(response.status).toBe(404);
|
||||
expect(await response.json()).toMatchObject({
|
||||
error: "Issuer unknown not found",
|
||||
error: "Issuer with ID unknown not found in instance's OpenID configuration",
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue