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 Original file line number Diff line number Diff line change @@ -113,14 +113,6 @@ void testConfigErrors() {
113
113
assertEquals (ThingStatus .OFFLINE , tsi .getStatus ());
114
114
assertEquals (ThingStatusDetail .CONFIGURATION_ERROR , tsi .getStatusDetail ());
115
115
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 ());
124
116
}
125
117
126
118
@ Test
You can’t perform that action at this time.
0 commit comments