refactor(api): ♻️ More OpenAPI refactoring work

This commit is contained in:
Jesse Wierzbinski 2024-09-16 15:29:09 +02:00
parent 6d9e385a04
commit 5aa1c4e625
No known key found for this signature in database
35 changed files with 4883 additions and 1815 deletions

View file

@ -34,7 +34,7 @@ describe("API Tests", () => {
body: formData,
});
expect(response.status).toBe(202);
expect(response.status).toBe(200);
expect(response.headers.get("content-type")).toContain(
"application/json",
);