Skip to content

Commit

Permalink
backport of commit 3112e09
Browse files Browse the repository at this point in the history
  • Loading branch information
malizz authored and wilkermichael committed Sep 29, 2022
1 parent 5b47859 commit 64c1971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control-plane/api/v1alpha1/servicedefaults_types_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ func TestServiceDefaults_ToConsul(t *testing.T) {
PassiveHealthCheck: &capi.PassiveHealthCheck{
Interval: 2 * time.Second,
MaxFailures: uint32(20),
EnforcingConsecutive5xx: uint32Pointer(100),
EnforcingConsecutive5xx: pointer.Uint32(100),
},
MeshGateway: capi.MeshGatewayConfig{
Mode: "local",
Expand Down

0 comments on commit 64c1971

Please sign in to comment.