Skip to content

Commit c9949a0

Browse files
committed
make sure "auto register" is disabled when testing unregistered chargebox
1 parent dab6413 commit c9949a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/de/rwth/idsg/steve/OperationalTestSoapOCPP16.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ public void destroy() throws Exception {
8383

8484
@Test
8585
public void testUnregisteredCP() {
86+
Assert.assertFalse(SteveConfiguration.CONFIG.getOcpp().isAutoRegisterUnknownStations());
87+
8688
CentralSystemService client = getForOcpp16(path);
8789

8890
BootNotificationResponse boot = client.bootNotification(

0 commit comments

Comments
 (0)