test: updated the test case.

This commit is contained in:
Yuansheng Wang 2019-05-27 17:29:58 +08:00 committed by YuanSheng Wang
parent 2c0cf0594a
commit 20e2b486bd

View File

@ -87,7 +87,7 @@ rewrite(): plugin rewrite phase
ngx.say("failed to load plugins: ", err)
end
local filter_plugins = plugin.filter_plugin({
local filter_plugins = plugin.filter({
value = {
plugin_config = {
["example-plugin"] = {i = 1, s = "s", t = {1, 2}},