Skip to content

Commit c6098cd

Browse files
committed
fix: add missing mocks
Signed-off-by: Norman Stetter <85173861+norman-zon@users.noreply.github.com>
1 parent 7a6d9d3 commit c6098cd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

internal/gatewayapi/luavalidator/mocks.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,10 @@ function StreamHandle:connectionStreamInfo()
587587
return ConnectionStreamInfo
588588
end
589589

590+
function StreamHandle:filterContext()
591+
return {key = "value"}
592+
end
593+
590594
function StreamHandle:setUpstreamOverrideHost(host, strict)
591595
end
592596

0 commit comments

Comments
 (0)