소스 검색

change user

yohei0125 4 년 전
부모
커밋
bb00cf7fd0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/app/test/integration/service/v5.non-public-page.test.ts

+ 1 - 1
packages/app/test/integration/service/v5.non-public-page.test.ts

@@ -501,7 +501,7 @@ describe('PageService page operations with non-public pages', () => {
 
       const newPathForChild = '/np_rename7_destination/np_rename8';
       const newPathForGrandchild = '/np_rename7_destination/np_rename8/np_rename9';
-      await renamePage(childPage, newPathForChild, dummyUser1, { isRecursively: true });
+      await renamePage(childPage, newPathForChild, npDummyUser1, { isRecursively: true });
 
       const renamedChildPage = await Page.findOne({ path: newPathForChild });
       const renamedGrandChild = await Page.findOne({ path: newPathForGrandchild });