Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
friedrichwilken committed Dec 19, 2023
1 parent ca46b9a commit 99ee389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/nats/controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ func Test_handleNATSCRAllowedCheck(t *testing.T) {
Status: metav1.ConditionFalse,
LastTransitionTime: metav1.Now(),
Reason: string(natsv1alpha1.ConditionReasonForbidden),
Message: fmt.Sprintf(CreationNotAllowedMsg, givenAllowedNATS.Name, givenAllowedNATS.Namespace),
Message: fmt.Sprintf(fmt.Sprintf("Warning Forbidden %s", CreationNotAllowedMsg), givenAllowedNATS.Name, givenAllowedNATS.Namespace),

Check failure on line 214 in internal/controller/nats/controller_test.go

View workflow job for this annotation

GitHub Actions / lint

line is 149 characters (lll)
},
}
require.True(t, natsv1alpha1.ConditionsEquals(wantConditions, gotNATS.Status.Conditions))
Expand Down

0 comments on commit 99ee389

Please sign in to comment.