fix(api): 🐛 Fix for changed HTTP response code in Emoji API

This commit is contained in:
Jesse Wierzbinski 2024-11-10 15:38:08 +01:00
parent b0645855ec
commit bfa44e3f34
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ jobs:
run: bun install
- name: Build with VitePress
run: bun run docs:Build
run: bun run docs:build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3

View file

@ -25,7 +25,7 @@ beforeAll(async () => {
}),
});
expect(response.status).toBe(200);
expect(response.status).toBe(201);
await fakeRequest("/api/v1/emojis", {
headers: {