mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 00:18:19 +01:00
fix(api): 🐛 Fix for changed HTTP response code in Emoji API
This commit is contained in:
parent
b0645855ec
commit
bfa44e3f34
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ beforeAll(async () => {
|
|||
}),
|
||||
});
|
||||
|
||||
expect(response.status).toBe(200);
|
||||
expect(response.status).toBe(201);
|
||||
|
||||
await fakeRequest("/api/v1/emojis", {
|
||||
headers: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue