From f69756150fec832f2599c7fb4bec2baca9d43cf9 Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Mon, 4 Jan 2016 10:47:58 +0100 Subject: [PATCH] MT#16273 Fix tests after spliting ngcp-panel and REST API Change-Id: Ib71603f5d4d5d8c38c09fa9d53081b078cfbb37b --- ce/10_sites_ok.json.tt2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ce/10_sites_ok.json.tt2 b/ce/10_sites_ok.json.tt2 index cb29761..e1df17e 100644 --- a/ce/10_sites_ok.json.tt2 +++ b/ce/10_sites_ok.json.tt2 @@ -113,14 +113,14 @@ "curl --insecure -L http://[% web_ext_ips.0 -%]/api/": { "exit-status": "0", "stdout": [ - "/Authorization required/" + "/404 Not Found/" ], "stderr": [] }, "curl --insecure -L https://[% web_ext_ips.0 -%]/api/": { "exit-status": "0", "stdout": [ - "/Authorization required/" + "/404 Not Found/" ], "stderr": [] }, @@ -128,14 +128,14 @@ "curl --insecure -L http://administrator:administrator@[% web_int_ips.0 -%]/api/": { "exit-status": "0", "stdout": [ - "/Authorization required/" + "/404 Not Found/" ], "stderr": [] }, "curl --insecure -L https://administrator:administrator@[% web_int_ips.0 -%]/api/": { "exit-status": "0", "stdout": [ - "/Sipwise NGCP HTTP API documentation/" + "/404 Not Found/" ], "stderr": [] },