Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
  • Loading branch information
jacobweinstock committed May 31, 2024
1 parent 506883b commit 50d3d97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/workflows/management/create_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ func newCreateTest(t *testing.T) *createTestSetup {
clusterSpec := test.NewClusterSpec(func(s *cluster.Spec) {
s.Cluster.Name = "test-cluster"
s.Cluster.Namespace = "test-ns"
s.ManagementCluster = &types.Cluster{
Name: "test-cluster",
}
})
managementComponents := cluster.ManagementComponentsFromBundles(clusterSpec.Bundles)

Expand Down

0 comments on commit 50d3d97

Please sign in to comment.