Fixing ui and stacklight tests
diff --git a/cvp_checks/tests/test_ui_addresses.py b/cvp_checks/tests/test_ui_addresses.py
index 91f67de..22e8319 100644
--- a/cvp_checks/tests/test_ui_addresses.py
+++ b/cvp_checks/tests/test_ui_addresses.py
@@ -51,7 +51,7 @@
     result = local_salt_client.cmd(
         'keystone:server',
         'cmd.run',
-        ['curl http://{}:15011/ 2>&1 | grep AlertManager'.format(IP)],
+        ['curl -s http://{}:15011/ | grep Alertmanager'.format(IP)],
         expr_form='pillar')
     assert len(result[result.keys()[0]]) != 0, \
         'AlertManager page is not reachable on {} from ctl nodes'.format(IP)