소스 검색

change grant

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

+ 1 - 1
packages/app/test/integration/service/pagev5.test.ts

@@ -177,7 +177,7 @@ describe('PageService page operations with only public pages', () => {
       },
       {
         path: '/v5_ChildForRename7',
-        grant: Page.GRANT_RESTRICTED,
+        grant: Page.GRANT_PUBLIC,
         parent: rootPage._id,
         isEmpty: true,
       },