mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Fix test
This commit is contained in:
parent
4f73e76a34
commit
648fb6825a
@ -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 () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user