From f3fd22db390e67aed13c86cd6dc9cd58ca6cf555 Mon Sep 17 00:00:00 2001 From: Chris Hoffman Date: Fri, 3 Nov 2017 09:31:39 -0400 Subject: [PATCH] fix unseal reset test (#3528) --- http/sys_seal_test.go | 1 + 1 file changed, 1 insertion(+) 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)