Skip to content

Commit

Permalink
test fixes for latest api spec
Browse files Browse the repository at this point in the history
  • Loading branch information
wr0ngway committed Mar 15, 2023
1 parent e80a47d commit 1e9b850
Show file tree
Hide file tree
Showing 23 changed files with 3,730 additions and 3,242 deletions.
3 changes: 3 additions & 0 deletions lib/kubetruth/ctapi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ def parameters(project:)
param[:values].each do |k, v|
v[:value] = "<masked>" unless v.nil?
end
param[:values_flat].each do |v|
v[:value] = "<masked>" unless v.nil?
end
end
end
"Parameters query result: #{cleaned.inspect}"
Expand Down
40 changes: 20 additions & 20 deletions spec/fixtures/vcr/Kubetruth_CtApi/_environment_id/gets_id.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1e9b850

Please sign in to comment.