diff --git a/spec/kubetruth/ctapi_spec.rb b/spec/kubetruth/ctapi_spec.rb index 93bcbd1..be6dadd 100644 --- a/spec/kubetruth/ctapi_spec.rb +++ b/spec/kubetruth/ctapi_spec.rb @@ -158,7 +158,6 @@ def create_project_fixture secrets = params.find {|p| p.secret } expect(secrets.size).to_not eq(0) expect(Logging.contents).to include("") - puts Logging.contents expect(Logging.contents).to_not include("defaultthree") end