Skip to content

Commit

Permalink
corrected the verb
Browse files Browse the repository at this point in the history
  • Loading branch information
facchettos committed Apr 8, 2024
1 parent 575e4d1 commit b071744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/test_plugin/syncers/interceptor.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func (d DummyInterceptor) InterceptedRequests() []v2.Interceptor {
APIGroups: []string{""},
Resources: []string{"pods"},
ResourceNames: []string{"stuff"},
Verbs: []string{"list"},
Verbs: []string{"get"},
},
}
}

0 comments on commit b071744

Please sign in to comment.