mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-06-24 22:34:22 +00:00
Fix rebased pdf source spec expectation
This commit is contained in:
@@ -1504,7 +1504,7 @@ describe('DocumentDetailComponent', () => {
|
||||
component.previewUrl = null
|
||||
;(component as any).updatePdfSource()
|
||||
|
||||
expect(component.pdfSource).toBeUndefined()
|
||||
expect(component.pdfSource).toEqual({ url: null, password: undefined })
|
||||
})
|
||||
|
||||
it('should close incoming update modal if one is open', () => {
|
||||
|
||||
Reference in New Issue
Block a user