Skip to content

Commit

Permalink
update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
sidhdirenge committed Jan 16, 2025
1 parent f64ebf1 commit 65f53f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion controllers/deployment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ var _ = Describe("Controller Suite", func() {
})
It("k8s objs for just essential services", func() {
master.Spec.Runtime = nil
numOptionalServices := 1
master.Spec.Messaging = nil
numOptionalServices := 2

emptyLabels := make(map[string]string)
spec, err := buildDeploymentPlanSpec(master, emptyLabels)
Expand Down

0 comments on commit 65f53f3

Please sign in to comment.