We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab6413 commit c9949a0Copy full SHA for c9949a0
src/test/java/de/rwth/idsg/steve/OperationalTestSoapOCPP16.java
@@ -83,6 +83,8 @@ public void destroy() throws Exception {
83
84
@Test
85
public void testUnregisteredCP() {
86
+ Assert.assertFalse(SteveConfiguration.CONFIG.getOcpp().isAutoRegisterUnknownStations());
87
+
88
CentralSystemService client = getForOcpp16(path);
89
90
BootNotificationResponse boot = client.bootNotification(
0 commit comments