Add zigbee notifications to enable/disable JSONRPC tests

pull/346/head
Simon Stürz 2020-11-16 16:07:54 +01:00
parent 7ab98f65f7
commit 897b49b1f3
1 changed files with 1 additions and 1 deletions

View File

@ -674,7 +674,7 @@ void TestJSONRPC::enableDisableNotifications_legacy()
QStringList expectedNamespaces;
if (enabled == "true") {
expectedNamespaces << "Actions" << "NetworkManager" << "Devices" << "Integrations" << "System" << "Rules" << "States" << "Logging" << "Tags" << "JSONRPC" << "Configuration" << "Events" << "Scripts" << "Users";
expectedNamespaces << "Actions" << "NetworkManager" << "Devices" << "Integrations" << "System" << "Rules" << "States" << "Logging" << "Tags" << "JSONRPC" << "Configuration" << "Events" << "Scripts" << "Users" << "Zigbee";
}
std::sort(expectedNamespaces.begin(), expectedNamespaces.end());