Update handler_test.go

This commit is contained in:
Brian Kassouf 2018-11-19 15:25:41 -08:00 committed by GitHub
parent 22c74f3a94
commit 5dd4ee62ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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