Commit bcd077b3 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent d43932e2
...@@ -73,4 +73,4 @@ class TestCheckLopcommRSSISuccess(TestPromisePluginMixin): ...@@ -73,4 +73,4 @@ class TestCheckLopcommRSSISuccess(TestPromisePluginMixin):
self.configureLauncher() self.configureLauncher()
with self.assertRaises(PromiseError): with self.assertRaises(PromiseError):
self.launcher.run() self.launcher.run()
self.assertEqual('RSSI Imbalance alarm & RX Diversity Lost alarm is on, affected objects are: {"name": "RF Module"}', self.getPromiseResult(self.promise_name)['result']['message']) self.assertEqual("RSSI Imbalance alarm & RX Diversity Lost alarm is on, affected objects are: {'name': 'RF Module'}", self.getPromiseResult(self.promise_name)['result']['message'])
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment