Skip to content

Commit

Permalink
FIX: missing bean in test
Browse files Browse the repository at this point in the history
Signed-off-by: George Chen <qchea@amazon.com>
  • Loading branch information
chenqi0805 committed Aug 22, 2024
1 parent d587b54 commit e1f7643
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ void setUp() {

coreContext.scan(DefaultPluginFactory.class.getPackage().getName());
coreContext.registerBean(PluginErrorCollector.class, () -> pluginErrorCollector);
coreContext.registerBean(PluginErrorsConsolidator.class, () -> pluginErrorsConsolidator);
coreContext.registerBean(DataPrepperConfiguration.class, () -> dataPrepperConfiguration);
coreContext.registerBean(PipelinesDataFlowModel.class, () -> pipelinesDataFlowModel);
coreContext.refresh();
Expand Down

0 comments on commit e1f7643

Please sign in to comment.