From c831397fcff08dc396ab0c5c7a6ac00cc5aa6a6b Mon Sep 17 00:00:00 2001 From: MStokluska Date: Mon, 23 Sep 2024 09:08:04 +0100 Subject: [PATCH] THREESCALE-10894 address integration test comments --- t/configuration-loading-from-service-list.t | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/t/configuration-loading-from-service-list.t b/t/configuration-loading-from-service-list.t index 96a99e656..ac488be64 100644 --- a/t/configuration-loading-from-service-list.t +++ b/t/configuration-loading-from-service-list.t @@ -360,13 +360,12 @@ location /transactions/authrep.xml { location ~ / { echo 'yay, api backend'; } ---- pipelined_requests eval -["GET /?user_key=1"] ---- more_headers eval -["Host: one"] ---- response_body eval -["yay, api backend\n"] ---- error_code eval -[200] ---- error_log eval -[qr/filtering out services: 11, 33, 999/] \ No newline at end of file +--- request +GET /?user_key=1 +--- more_headers +Host: one +--- response_body +yay, api backend +--- error_code: 200 +--- error_log +filtering out services: 11, 33, 999 \ No newline at end of file