Remove onlyThis.

This commit is contained in:
Koen Kanters
2019-09-23 23:59:01 +02:00
parent 007bc42bf7
commit 9d4705fc1c
+1 -1
View File
@@ -300,7 +300,7 @@ describe('Controller', () => {
expect(MQTT.publish).toHaveBeenCalledWith("zigbee2mqtt/bulb/dummy-2", 'no', {"qos": 0, "retain": true}, expect.any(Function));
});
it('onlythis Publish entity state with device information', async () => {
it('Publish entity state with device information', async () => {
await controller.start();
settings.set(['mqtt', 'include_device_information'], true);
MQTT.publish.mockClear();