Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
Update assert text
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Harford committed Aug 31, 2018
1 parent 5d6fc09 commit 1edd33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kube/stateful_set_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func TestStatefulSetPorts(t *testing.T) {

var endpointService, headlessService, privateService helm.Node
items := deps.Get("items").Values()
if assert.Len(t, items, 4, "Should have three services per stateful role") {
if assert.Len(t, items, 4, "Should have four services per stateful role") {
for _, item := range items {
clusterIP := item.Get("spec", "clusterIP")
if clusterIP != nil && clusterIP.String() == "None" {
Expand Down

0 comments on commit 1edd33f

Please sign in to comment.