Skip to content

Commit

Permalink
Merge pull request #551 from liu-samuel/fix-seeding-test-inventory
Browse files Browse the repository at this point in the history
add .join for vcr config
  • Loading branch information
agrare committed Oct 10, 2024
2 parents a984fbc + f45f89c commit 07efdfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developer_setup/seeding_test_inventory.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Now that we have our provider record created we can configure VCR and run the re
```ruby
require "vcr"
VCR.configure do |config|
config.cassette_library_dir = ManageIQ::Providers::Amazon::Engine.root("spec/vcr_cassettes").to_s
config.cassette_library_dir = ManageIQ::Providers::Amazon::Engine.root.join("spec/vcr_cassettes").to_s
config.hook_into :webmock
end
VCR.use_cassette("manageiq/providers/amazon/cloud_manager/refresher_inventory_object") { EmsRefresh.refresh(ems) }
Expand Down

0 comments on commit 07efdfb

Please sign in to comment.