1
0
forked from Cutlery/immich
This commit is contained in:
Jonathan Jogenfors 2024-03-17 17:28:13 +01:00
parent a5e6e90e24
commit 32b86309a6

View File

@ -463,7 +463,7 @@ describe('/library', () => {
.set('Authorization', `Bearer ${admin.accessToken}`); .set('Authorization', `Bearer ${admin.accessToken}`);
expect(status).toBe(400); expect(status).toBe(400);
expect(body).toEqual(errorDto.badRequest('Can only refresh external libraries')); expect(body).toEqual(errorDto.badRequest('Can only scan external libraries'));
}); });
it('should scan external library', async () => { it('should scan external library', async () => {