diff --git a/http/sys_seal_test.go b/http/sys_seal_test.go index 82d40a2e41..902466ee4d 100644 --- a/http/sys_seal_test.go +++ b/http/sys_seal_test.go @@ -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)