mirror of
https://github.com/immich-app/immich.git
synced 2026-03-29 05:25:41 +03:00
fix(server): broken memories (#23896)
This commit is contained in:
@@ -24,6 +24,11 @@ describe(MemoryController.name, () => {
|
||||
await request(ctx.getHttpServer()).get('/memories');
|
||||
expect(ctx.authenticate).toHaveBeenCalled();
|
||||
});
|
||||
|
||||
it('should not require any parameters', async () => {
|
||||
await request(ctx.getHttpServer()).get('/memories').query({});
|
||||
expect(service.search).toHaveBeenCalled();
|
||||
});
|
||||
});
|
||||
|
||||
describe('POST /memories', () => {
|
||||
|
||||
Reference in New Issue
Block a user