Skip to content

Commit

Permalink
fixed cm test (only one)
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekr-splunk committed Jul 20, 2023
1 parent 619e21f commit 5d5851a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/splunk/enterprise/clustermanager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -640,8 +640,8 @@ func TestApplyClusterManagerWithSmartstore(t *testing.T) {
revised := current.DeepCopy()
revised.Spec.Image = "splunk/test"
reconcile := func(c *spltest.MockClient, cr interface{}) error {
//manager := setCreds(t, c, &current)
_, err := manager.ApplyClusterManager(ctx, c, &current)
//manager := setCreds(t, c, cr.(*enterpriseApi.ClusterManager))
_, err := manager.ApplyClusterManager(ctx, c, cr.(*enterpriseApi.ClusterManager))
return err
}

Expand Down

0 comments on commit 5d5851a

Please sign in to comment.