Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
woutslakhorst committed Oct 30, 2023
1 parent 51094e9 commit bd5ec4b
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 bd5ec4b

Please sign in to comment.