mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 12:26:34 +02:00
http: fix dropped test error (#13247)
This commit is contained in:
parent
0d0065ca98
commit
29561c7107
@ -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{}{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user