This commit is contained in:
Zoe Roux 2025-03-02 19:46:28 +01:00
parent 4f73e76a34
commit 648fb6825a
No known key found for this signature in database

View File

@ -191,8 +191,6 @@ describe("Get all movies", () => {
expect(resp.status).toBe(302);
const location = resp.headers.get("location")!;
expect(location).toStartWith("/movies/");
const id = location.substring("/movies/".length);
expect(isUuid(id)).toBe(true);
});
});
it("Limit 2, fallback lang, prefer original", async () => {