Skip to content

Commit

Permalink
[feature/MNT-24127-EndpointToCalculateFolderSize] Checking size-detai…
Browse files Browse the repository at this point in the history
…ls feature for solr6 subsystem
  • Loading branch information
mohit-singh4 committed Nov 7, 2024
1 parent 6aec711 commit 4c3eca5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public void dataPreparation()
{
user1 = dataUser.createRandomTestUser("User-1");
siteModel = dataSite.usingUser(user1).createPublicRandomSite();
folder = dataContent.usingUser(user1).usingSite(siteModel).createFolder(FolderModel.getRandomFolderModel());
}

/**
Expand Down

0 comments on commit 4c3eca5

Please sign in to comment.