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)