mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
fix test
This commit is contained in:
@@ -39,7 +39,7 @@ describe(AlbumController.name, () => {
|
|||||||
|
|
||||||
describe('GET /albums/slim', () => {
|
describe('GET /albums/slim', () => {
|
||||||
it('should be an authenticated route', async () => {
|
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();
|
expect(ctx.authenticate).toHaveBeenCalled();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user