Skip to content

Commit

Permalink
fix: Fix Portal Storage Cache DTO constructor used in test - MEED-716…
Browse files Browse the repository at this point in the history
  • Loading branch information
boubaker authored Jul 5, 2024
1 parent c3de59d commit 1e717bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ protected void createSite(SiteType type, String siteName) throws Exception {
"",
"",
null,
null,
Collections.emptyList(),
Collections.emptyList(),
Collections.emptyList(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ protected void createSite(SiteType type, String siteName) throws Exception {
"",
"",
null,
null,
Collections.emptyList(),
Collections.emptyList(),
Collections.emptyList(),
Expand Down

0 comments on commit 1e717bc

Please sign in to comment.