diff --git a/authority/provisioner/scep_test.go b/authority/provisioner/scep_test.go index abdbe7a0..4e2081ee 100644 --- a/authority/provisioner/scep_test.go +++ b/authority/provisioner/scep_test.go @@ -635,9 +635,6 @@ func TestSCEP_Init(t *testing.T) { } for _, tt := range tests { t.Run(tt.name, func(t *testing.T) { - if tt.name == "fail key type" { - t.Log(1) - } if err := tt.s.Init(tt.args.config); (err != nil) != tt.wantErr { t.Errorf("SCEP.Init() error = %v, wantErr %v", err, tt.wantErr) }