fix webserver test

This commit is contained in:
Simon Stürz 2016-03-04 12:34:51 +01:00 committed by Michael Zanetti
parent ed4794f43a
commit 8f387688e4

View File

@ -282,7 +282,6 @@ void TestWebserver::getOptions_data()
QTest::addColumn<QString>("path");
QTest::newRow("get OPTIONS /api/v1/devices") << "/api/v1/devices";
QTest::newRow("get OPTIONS /api/v1/devices/{id}") << "/api/v1/devices/" + m_mockDeviceId.toString();
QTest::newRow("get OPTIONS /api/v1/devices/pair") << "/api/v1/devices/pair";
QTest::newRow("get OPTIONS /api/v1/devices/confirmpairing") << "/api/v1/devices/confirmpairing";
QTest::newRow("get OPTIONS /api/v1/rules") << "/api/v1/rules";