Commit f66a1717 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent bcd077b3
......@@ -73,4 +73,4 @@ class TestCheckLopcommVSWRSuccess(TestPromisePluginMixin):
self.configureLauncher()
with self.assertRaises(PromiseError):
self.launcher.run()
self.assertEqual('VSWR alarm is on, affected objects are: {"name": "Antport1"}', self.getPromiseResult(self.promise_name)['result']['message'])
self.assertEqual("VSWR alarm is on, affected objects are: {'name': 'Antport1'}", 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