Skip to content

Commit

Permalink
fix: test (#741)
Browse files Browse the repository at this point in the history
* fix: test fixes

* fix: annotations in config yaml

* fix: saas test failure for mongo

* fix: saas test fix

* fix: test
  • Loading branch information
sattvikc authored Jul 6, 2023
1 parent 285591f commit cba44e9
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,10 @@ public void testDefaultRecipesEnabledWhileCreatingCUD() throws Exception {
return;
}

if (StorageLayer.isInMemDb(process.getProcess())) {
return;
}

JsonObject config = new JsonObject();
StorageLayer.getBaseStorage(process.getProcess()).modifyConfigToAddANewUserPoolForTesting(config, 1);

Expand Down

0 comments on commit cba44e9

Please sign in to comment.