Skip to content

Commit

Permalink
chore: fix lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
flrgh committed Nov 7, 2024
1 parent da54a39 commit c8e6362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/02-integration/20-wasm/12-filters-as-plugins_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ describe("#wasm filters as plugins (#" .. strategy .. ")", function()
local value = rand.random_string()
local filter = new_filter(value)
filter.route = { id = route.id }
local plugin = create_plugin(filter)
create_plugin(filter)
check_filter_response(value, "POST /plugins")
end)

Expand Down

0 comments on commit c8e6362

Please sign in to comment.