Skip to content

Commit 7b67b1c

Browse files
authored
Adjust test (openhab#18346)
Signed-off-by: Leo Siepel <[email protected]>
1 parent b3876ad commit 7b67b1c

File tree

1 file changed

+0
-8
lines changed
  • bundles/org.openhab.binding.casokitchen/src/test/java/org/openhab/binding/caso/internal

1 file changed

+0
-8
lines changed

bundles/org.openhab.binding.casokitchen/src/test/java/org/openhab/binding/caso/internal/TestHandler.java

-8
Original file line numberDiff line numberDiff line change
@@ -113,14 +113,6 @@ void testConfigErrors() {
113113
assertEquals(ThingStatus.OFFLINE, tsi.getStatus());
114114
assertEquals(ThingStatusDetail.CONFIGURATION_ERROR, tsi.getStatusDetail());
115115
assertEquals("@text/casokitchen.winecooler-2z.status.device-id-missing", tsi.getDescription());
116-
117-
config.put("deviceId", "xyz");
118-
thing.setConfiguration(config);
119-
winecoolerHandler.initialize();
120-
tsi = thing.getStatusInfo();
121-
assertEquals(ThingStatus.UNKNOWN, tsi.getStatus());
122-
assertEquals(ThingStatusDetail.NONE, tsi.getStatusDetail());
123-
assertEquals("@text/casokitchen.winecooler-2z.status.wait-for-response", tsi.getDescription());
124116
}
125117

126118
@Test

0 commit comments

Comments
 (0)