From 29561c71074e432dd10aa0e99bf0ce7fa1776aca Mon Sep 17 00:00:00 2001 From: Lars Lehtonen Date: Wed, 24 Nov 2021 14:08:22 -0800 Subject: [PATCH] http: fix dropped test error (#13247) --- http/handler_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/http/handler_test.go b/http/handler_test.go index c97d272f90..b82c1ede38 100644 --- a/http/handler_test.go +++ b/http/handler_test.go @@ -954,6 +954,9 @@ func TestHandler_Patch_Audit(t *testing.T) { "file_path": auditLogFile.Name(), }, }) + if err != nil { + t.Fatal(err) + } writeData := map[string]interface{}{ "data": map[string]interface{}{