Update test

This commit is contained in:
Hongbo Wu 2023-02-01 18:10:47 +08:00
parent 03ab96b7f8
commit ea54b92a92

View file

@ -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: '',