Skip to content

Commit

Permalink
missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
triceras committed Dec 20, 2024
1 parent 8c98a5c commit 5db8db3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion controllers/suite/clusters/humiocluster_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6043,11 +6043,12 @@ var _ = Describe("HumioCluster Controller", func() {
})
})

Context("HumioCluster PodDisruptionBudget", Label("envtest", "dummy", "real", func() {
Context("HumioCluster PodDisruptionBudget", Label("envtest", "dummy", "real"), func() {
var (
key types.NamespacedName
toCreate *humiov1alpha1.HumioCluster
ctx context.Context

cancel context.CancelFunc
cleanupHelper func()
)
Expand Down

0 comments on commit 5db8db3

Please sign in to comment.