http: fix dropped test error (#13247)

This commit is contained in:
Lars Lehtonen 2021-11-24 14:08:22 -08:00 committed by GitHub
parent 6ea0df030e
commit 8b6477a0f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

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