We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9095649 commit bca38bdCopy full SHA for bca38bd
storage/memory.go
@@ -72,7 +72,7 @@ func copyResults(results []*core.Result) []*core.Result {
72
Duration: result.Duration,
73
Errors: copyErrors(result.Errors),
74
ConditionResults: copyConditionResults(result.ConditionResults),
75
- Success: result.Connected,
+ Success: result.Success,
76
Timestamp: result.Timestamp,
77
CertificateExpiration: result.CertificateExpiration,
78
})
0 commit comments