We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7dc9f3 commit b54722fCopy full SHA for b54722f
exp/topology/desiredstate/upgrade_plan_test.go
@@ -1229,7 +1229,7 @@ func TestGetUpgradePlanFromExtension_Errors(t *testing.T) {
1229
fakeRuntimeClientBuilder := fakeruntimeclient.NewRuntimeClientBuilder().
1230
WithCatalog(catalog)
1231
if tt.extensionError != nil {
1232
- fakeRuntimeClientBuilder.WithCallExtensionValidations(func(name string, object runtimehooksv1.RequestObject) error {
+ fakeRuntimeClientBuilder.WithCallExtensionValidations(func(_ string, _ runtimehooksv1.RequestObject) error {
1233
return tt.extensionError
1234
})
1235
}
0 commit comments