spec/spec_helper.rb in deepl-rb-2.2.4 vs spec/spec_helper.rb in deepl-rb-2.3.0
- old
+ new
@@ -25,7 +25,7 @@
}
end
# General helpers
def build_deepl_api
- DeepL::API.new(DeepL::Configuration.new)
+ DeepL::API.new(DeepL::Configuration.new(host: 'https://api-free.deepl.com'))
end