Skip to content

Commit

Permalink
chore: Git resource map conversions
Browse files Browse the repository at this point in the history
  • Loading branch information
nidhi-nair committed Dec 3, 2024
1 parent ca6935e commit c78857b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ private ApplicationJson createApplicationJson() {
pageDTO.setName("Page 1");
pageDTO.setLayouts(List.of(layout));
NewPage newPage = new NewPage();
newPage.setGitSyncId("p1");
newPage.setUnpublishedPage(pageDTO);
ApplicationJson applicationJson = new ApplicationJson();
applicationJson.setPageList(List.of(newPage));
Expand Down

0 comments on commit c78857b

Please sign in to comment.