mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Fix the error check test
This commit is contained in:
parent
500fa58cbe
commit
196a44963a
@ -325,6 +325,8 @@ describe('SettingsComponent', () => {
|
|||||||
component['systemStatus'].database.status = SystemStatusItemStatus.OK
|
component['systemStatus'].database.status = SystemStatusItemStatus.OK
|
||||||
component['systemStatus'].tasks.redis_status = SystemStatusItemStatus.OK
|
component['systemStatus'].tasks.redis_status = SystemStatusItemStatus.OK
|
||||||
component['systemStatus'].tasks.celery_status = SystemStatusItemStatus.OK
|
component['systemStatus'].tasks.celery_status = SystemStatusItemStatus.OK
|
||||||
|
component['systemStatus'].tasks.sanity_check_status =
|
||||||
|
SystemStatusItemStatus.OK
|
||||||
expect(component.systemStatusHasErrors).toBeFalsy()
|
expect(component.systemStatusHasErrors).toBeFalsy()
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user