fix unseal reset test (#3528)

This commit is contained in:
Chris Hoffman
2017-11-03 09:31:39 -04:00
committed by GitHub
parent 2bbb8377e8
commit f3fd22db39

View File

@@ -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)