Skip to content

Commit

Permalink
changed name
Browse files Browse the repository at this point in the history
  • Loading branch information
facchettos committed Apr 8, 2024
1 parent 82dc979 commit 92b3041
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/test_plugin/syncers/interceptor.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ func (d DummyInterceptor) ServeHTTP(w http.ResponseWriter, r *http.Request) {
}

func (d DummyInterceptor) Name() string {
return "test_interceptor"
return "testinterceptor"
}

func (d DummyInterceptor) InterceptedRequests() []v2.Interceptor {
return []v2.Interceptor{
{
HandlerName: "test_handler",
HandlerName: "testhandler",
APIGroups: []string{""},
Resources: []string{"pods"},
ResourceNames: []string{"stuff"},
Expand Down

0 comments on commit 92b3041

Please sign in to comment.