diff --git a/pkg/networkpolicy/controller_test.go b/pkg/networkpolicy/controller_test.go index a578123..e5441a9 100644 --- a/pkg/networkpolicy/controller_test.go +++ b/pkg/networkpolicy/controller_test.go @@ -90,7 +90,7 @@ type networkpolicyController struct { type mockInterceptor struct{} -func (mockInterceptor) Run(_ context.Context, _ func(Packet) int) (_ error) { +func (mockInterceptor) Run(_ context.Context, _ func(Packet) Verdict) (_ error) { return nil }