commit | c58bfc4f2b1baba29bfa4669200b788da92c3943 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Mon Oct 05 12:09:45 2020 +0200 |
committer | Akron <nils@diewald-online.de> | Mon Oct 05 12:09:45 2020 +0200 |
tree | bc402fa7d3b4bf475e765dcfdb480f57136557a9 | |
parent | 8bcb354a5178c774f109a150e67acd3feb56c483 [diff] [blame] |
Fix pipes behaviour in mock server to be consistent with Kustvakt Change-Id: I11c5c1b1d725f5b5d0de9a44e20edc0a9528db64
diff --git a/t/query.t b/t/query.t index 4cf5a06..37bcdcb 100644 --- a/t/query.t +++ b/t/query.t
@@ -270,7 +270,7 @@ $t->get_ok('/?q=baum&pipe=glemm') ->status_is(200) ->text_is('#error','') - ->content_like(qr/\"pipe\":"glemm"/) + ->content_like(qr/\"pipes\":"glemm"/) ;