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
assertTrue(systemOut.getLines().anyMatch(line -> line.contains("Reading GobPie configuration from json")));
153
-
assertTrue(systemOut.getLines().anyMatch(line -> line.contains("GobPie configuration read from json")));
153
+
verify(magpieServer).forwardMessageToClient(newMessageParams(MessageType.Error, "There was an unknown option in the GobPie configuration. Please check for any typos."));
154
+
//assertTrue(systemOut.getLines().anyMatch(line -> line.contains("GobPie configuration read from json")));
0 commit comments