Skip to content

Commit 2cc4dea

Browse files
committed
Fix test extension
1 parent d698327 commit 2cc4dea

File tree

1 file changed

+1
-1
lines changed
  • test/extension/handlers/topologymutation

1 file changed

+1
-1
lines changed

test/extension/handlers/topologymutation/handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ func (h *ExtensionHandlers) DiscoverVariables(ctx context.Context, req *runtimeh
378378
resp.Message = fmt.Sprintf("Failed to Convert ClusterClass variable %q to v1beta1", in.Name)
379379
return
380380
}
381-
vars = append(resp.Variables, out)
381+
vars = append(vars, out)
382382
}
383383

384384
resp.Status = runtimehooksv1.ResponseStatusSuccess

0 commit comments

Comments
 (0)