Skip to content

Commit

Permalink
remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
wr0ngway committed Mar 27, 2023
1 parent b644a1c commit 0ac48ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/kubetruth/ctapi_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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("<masked>")
puts Logging.contents
expect(Logging.contents).to_not include("defaultthree")
end

Expand Down

0 comments on commit 0ac48ce

Please sign in to comment.