Skip to content

Commit

Permalink
- Revert VCR utility change
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 committed Jan 4, 2024
1 parent bcd7204 commit 566e03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/vcr.rb
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def scrub_data(data, scrubber)
data.each_value do |top_values|
case top_values
when Array
top_values.each_entry do |nested_item|
top_values.each_key do |nested_item|
scrub_data(nested_item, scrubber)
end
when Hash
Expand Down

0 comments on commit 566e03c

Please sign in to comment.