mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
fix(api): 🐛 Fix for changed HTTP response code in Emoji API
This commit is contained in:
parent
b0645855ec
commit
bfa44e3f34
2 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ beforeAll(async () => {
|
|||
}),
|
||||
});
|
||||
|
||||
expect(response.status).toBe(200);
|
||||
expect(response.status).toBe(201);
|
||||
|
||||
await fakeRequest("/api/v1/emojis", {
|
||||
headers: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue