Fix typo in VCR cassette name

This commit is contained in:
Maikel Linke
2023-05-12 14:48:00 +10:00
parent 3c6f55732d
commit 6596225a99
2 changed files with 1 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].sort.each { |f| require f }
RSpec.configure do |config|
config.around(:each) do |example|
# The DFC Connector fetches the context when loaded.
VCR.use_cassette("dfc-conext") do
VCR.use_cassette("dfc-context") do
example.run
end
end