Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KatBrandt committed Aug 20, 2024
1 parent 990f882 commit 0ae21fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module3/lessons/testing_tools_for_api_consumption.md
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ VCR.configure do |config|
config.filter_sensitive_data('DONT_SHARE_MY_PROPUBLIC_SECRET_KEY') { Rails.application.credentials.propublica[:key] }
config.default_cassette_options = { re_record_interval: 7.days }
config.configure_rspec_metadata!
config.allow_http_connectins_when_no_cassette = true
config.allow_http_connections_when_no_cassette = true
end
```

Expand Down

0 comments on commit 0ae21fc

Please sign in to comment.