diff --git a/test/integration/scep/common_test.go b/test/integration/scep/common_test.go index 60581e64..86f64c3d 100644 --- a/test/integration/scep/common_test.go +++ b/test/integration/scep/common_test.go @@ -131,8 +131,6 @@ func (c *client) getCACert(t *testing.T) error { } c.caCert = cert default: - fmt.Println("body", string(body)) - return fmt.Errorf("unexpected content-type value %q", ct) }