mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-10 09:22:06 -04:00
fix unseal reset test (#3528)
This commit is contained in:
parent
2bbb8377e8
commit
f3fd22db39
1 changed files with 1 additions and 0 deletions
|
|
@ -235,6 +235,7 @@ func TestSysUnseal_Reset(t *testing.T) {
|
|||
"t": json.Number("3"),
|
||||
"n": json.Number("5"),
|
||||
"progress": json.Number("0"),
|
||||
"type": "shamir",
|
||||
}
|
||||
testResponseStatus(t, resp, 200)
|
||||
testResponseBody(t, resp, &actual)
|
||||
|
|
|
|||
Loading…
Reference in a new issue