mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Update test
This commit is contained in:
parent
03ab96b7f8
commit
ea54b92a92
1 changed files with 1 additions and 1 deletions
|
|
@ -1107,7 +1107,7 @@ describe('Article API', () => {
|
|||
id: '',
|
||||
hash: '',
|
||||
userId: user.id,
|
||||
pageType: PageType.Article,
|
||||
pageType: i == 0 ? PageType.Article : PageType.File,
|
||||
title: 'test page',
|
||||
content: '',
|
||||
slug: '',
|
||||
|
|
|
|||
Loading…
Reference in a new issue