mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
Fix interface conversion panic during database creds revoke (#4850)
This commit is contained in:
committed by
Brian Kassouf
parent
7bf1047992
commit
3a8b404621
@@ -603,7 +603,7 @@ func TestBackend_basic(t *testing.T) {
|
||||
"username": credsResp.Data["username"],
|
||||
"role": "plugin-role-test",
|
||||
"db_name": "plugin-test",
|
||||
"revocation_statements": []string(nil),
|
||||
"revocation_statements": []interface{}(nil),
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user