mirror of
https://github.com/immich-app/immich.git
synced 2026-01-20 19:06:06 -05:00
test: fix action value
This commit is contained in:
parent
770bf7365c
commit
126b60ce75
@ -126,7 +126,7 @@ describe('/admin/database-backups', () => {
|
||||
expect(status2).toBe(200);
|
||||
expect(body).toEqual({
|
||||
active: true,
|
||||
action: 'restore_database',
|
||||
action: 'select_database_restore',
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user