From 8b6477a0f0d9bce0dbf0fa2fa910a253a21f6ea8 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 c97d272f9..b82c1ede3 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{}{