mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
chore: remove stray log
This commit is contained in:
parent
0bc0f4c3e9
commit
082b22c8e7
1 changed files with 0 additions and 1 deletions
|
|
@ -149,7 +149,6 @@ describe('/admin/maintenance', () => {
|
|||
|
||||
describe.sequential('POST /', () => {
|
||||
it('should exit maintenance mode', async () => {
|
||||
console.info('using', cookie!);
|
||||
const { status } = await request(app).post('/admin/maintenance').set('cookie', cookie!).send({
|
||||
action: 'end',
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue