Skip to content

Commit

Permalink
hotfix(tests) fix a test that broke when we removed json inferring fr…
Browse files Browse the repository at this point in the history
…om plugins (Kong#5193)

The PR Kong#5191 introduced a breakage in one test that was wrongly written.

This PR fixes the test so that we get `green` `master` again.
  • Loading branch information
bungle authored Nov 1, 2019
1 parent 5307dba commit d9a2731
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,9 @@ for _, strategy in helpers.each_strategy() do
method = "PATCH",
path = "/plugins/" .. service_plugin_id,
body = {
["config.resp_header_value"] = "2",
config = {
resp_header_value = "2"
}
},
headers = {
["Content-Type"] = "application/json",
Expand Down

0 comments on commit d9a2731

Please sign in to comment.