You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fineract-core/src/main/java/org/apache/fineract/infrastructure/event/external/service/ExternalEventConfigurationValidationService.java
Copy file name to clipboardExpand all lines: fineract-provider/src/test/java/org/apache/fineract/infrastructure/event/external/service/ExternalEventConfigurationValidationServiceTest.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -150,7 +150,7 @@ public void givenNoEventConfigurationWhenValidatedThenThrowException() throws Ex
150
150
() -> underTest.afterPropertiesSet());
151
151
152
152
// then
153
-
StringexpectedMessage = "No external events configured";
153
+
StringexpectedMessage = "Configuration not found for external event LoanAccountsStayedLockedBusinessEvent";
0 commit comments