Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoxaAntoxic committed Dec 11, 2024
1 parent 9ec7a74 commit f7680d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class PbRichmediaFilterModuleConfiguration {

@Bean
PbRichmediaFilterModule pbRichmediaFilterModule(
@Value("${hooks.modules.pb-richmedia-filter.filter-mraid:#{null}") Boolean filterMraid,
@Value("${hooks.modules.pb-richmedia-filter.filter-mraid:false}") boolean filterMraid,
@Value("${hooks.modules.pb-richmedia-filter.mraid-script-pattern:#{null}}") String mraidScriptPattern) {

final ObjectMapper mapper = ObjectMapperProvider.mapper();
Expand Down

0 comments on commit f7680d0

Please sign in to comment.