diff --git a/tests/auto/devices/testdevices.cpp b/tests/auto/devices/testdevices.cpp index 446ddfb8..a8ceb96e 100644 --- a/tests/auto/devices/testdevices.cpp +++ b/tests/auto/devices/testdevices.cpp @@ -301,7 +301,7 @@ void TestDevices::getConfiguredDevices() QVariant response = injectAndWait("Devices.GetConfiguredDevices"); QVariantList devices = response.toMap().value("params").toMap().value("devices").toList(); - QCOMPARE(devices.count(), 3); // There should be one auto created mock device, one auto today device and the one created in initTestcase() + QCOMPARE(devices.count(), 2); // There should be one auto created mock device and one created in initTestcase() } void TestDevices::storedDevices()