Skip to content

Commit

Permalink
test: Added Bloom module to enterprise tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Feb 15, 2024
1 parent 1d16ea1 commit 6fbb484
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class EnterpriseTests extends ModulesTests {
private final RedisEnterpriseContainer container = new RedisEnterpriseContainer(
RedisEnterpriseContainer.DEFAULT_IMAGE_NAME.withTag("latest"))
.withDatabase(Database.name("ModulesTests").memory(DataSize.ofMegabytes(110)).ossCluster(true)
.modules(RedisModule.SEARCH, RedisModule.JSON, RedisModule.TIMESERIES).build());
.modules(RedisModule.SEARCH, RedisModule.JSON, RedisModule.BLOOM, RedisModule.TIMESERIES).build());

@Override
protected AbstractRedisContainer<?> getRedisContainer() {
Expand Down

0 comments on commit 6fbb484

Please sign in to comment.