forked from Cutlery/immich
fix e2e
This commit is contained in:
parent
a5e6e90e24
commit
32b86309a6
@ -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 () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user