Skip to content

Commit

Permalink
fix broken test (#2577)
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardsn authored Oct 31, 2023
1 parent b5a0573 commit 72b788c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network/network_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1247,7 +1247,7 @@ func TestNetwork_checkHealth(t *testing.T) {
result := n.CheckHealth()

assert.Equal(t, core.HealthStatusDown, result[healthTLS].Status)
assert.Equal(t, "x509: certificate signed by unknown authority", result[healthTLS].Details)
assert.Contains(t, result[healthTLS].Details, "x509: certificate has expired or is not yet valid")
})
})

Expand Down

0 comments on commit 72b788c

Please sign in to comment.