We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1efda46 commit 67bb2e1Copy full SHA for 67bb2e1
1 file changed
features/support/vcr.rb
@@ -4,7 +4,8 @@
4
conf.hook_into :webmock
5
conf.cassette_library_dir = 'features/cassettes'
6
conf.default_cassette_options = { :record => :new_episodes }
7
- conf.filter_sensitive_data('<***>') { ''}
+ conf.filter_sensitive_data('<TOKEN>') { SETTINGS['oauth_token'] }
8
+ conf.filter_sensitive_data('<BASIC_AUTH>') { SETTINGS['basic_auth'] }
9
end
10
11
VCR.cucumber_tags do |t|
0 commit comments