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{}{