Skip to content

Commit

Permalink
fixed test case
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekr-splunk committed Jan 17, 2024
1 parent 7377e5d commit c5c0de9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkg/splunk/enterprise/licensemanager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1033,6 +1033,13 @@ func TestLicenseManagerWithReadyState(t *testing.T) {
debug.PrintStack()
}

// call reconciliation
_, err = ApplyLicenseManager(ctx, c, licensemanager)
if err != nil {
t.Errorf("Unexpected error while running reconciliation for cluster manager with app framework %v", err)
debug.PrintStack()
}

licenseObjRef := corev1.ObjectReference{
Kind: licensemanager.Kind,
Name: licensemanager.Name,
Expand Down

0 comments on commit c5c0de9

Please sign in to comment.