mirror of
https://github.com/immich-app/immich.git
synced 2026-02-04 19:12:11 -08:00
fix test
This commit is contained in:
@@ -39,7 +39,7 @@ describe(AlbumController.name, () => {
|
||||
|
||||
describe('GET /albums/slim', () => {
|
||||
it('should be an authenticated route', async () => {
|
||||
await request(ctx.getHttpServer()).post('/albums/slim');
|
||||
await request(ctx.getHttpServer()).get('/albums/slim');
|
||||
expect(ctx.authenticate).toHaveBeenCalled();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user