Skip to content

Commit

Permalink
THREESCALE-10894 address integration test comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MStokluska committed Sep 30, 2024
1 parent 20ec5a3 commit a8987f6
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions t/configuration-loading-from-service-list.t
Original file line number Diff line number Diff line change
Expand Up @@ -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/]
--- 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

0 comments on commit a8987f6

Please sign in to comment.