hotfix(tests): fix unit test for healthcheck

This commit is contained in:
Quentin McGaw
2025-10-30 16:01:25 +00:00
parent c70c2ef932
commit 687d9b4736

View File

@@ -31,7 +31,7 @@ func Test_Checker_fullcheck(t *testing.T) {
err := checker.fullPeriodicCheck(canceledCtx)
require.Error(t, err)
assert.EqualError(t, err, "TCP+TLS dial context error: context canceled")
assert.EqualError(t, err, "TCP+TLS dial: context canceled")
})
t.Run("dial localhost:0", func(t *testing.T) {