Skip to content

Commit b54722f

Browse files
committed
fix lint error
Signed-off-by: sivchari <shibuuuu5@gmail.com>
1 parent b7dc9f3 commit b54722f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exp/topology/desiredstate/upgrade_plan_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1229,7 +1229,7 @@ func TestGetUpgradePlanFromExtension_Errors(t *testing.T) {
12291229
fakeRuntimeClientBuilder := fakeruntimeclient.NewRuntimeClientBuilder().
12301230
WithCatalog(catalog)
12311231
if tt.extensionError != nil {
1232-
fakeRuntimeClientBuilder.WithCallExtensionValidations(func(name string, object runtimehooksv1.RequestObject) error {
1232+
fakeRuntimeClientBuilder.WithCallExtensionValidations(func(_ string, _ runtimehooksv1.RequestObject) error {
12331233
return tt.extensionError
12341234
})
12351235
}

0 commit comments

Comments
 (0)