From 5dd4ee62ab8773550a421fe7d1673f648eada33a Mon Sep 17 00:00:00 2001 From: Brian Kassouf Date: Mon, 19 Nov 2018 15:25:41 -0800 Subject: [PATCH] Update handler_test.go --- http/handler_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/http/handler_test.go b/http/handler_test.go index c5f2ac4698..6ffa9aff27 100644 --- a/http/handler_test.go +++ b/http/handler_test.go @@ -640,7 +640,6 @@ func TestHandler_nonPrintableChars(t *testing.T) { func testNonPrintable(t *testing.T, disable bool) { core, _, token := vault.TestCoreUnsealedWithConfig(t, &vault.CoreConfig{ - Seal: vault.NewTestSeal(t, nil), DisableKeyEncodingChecks: disable, }) ln, addr := TestListener(t)