spec/integration/estimates_spec.rb in patch_ruby-1.2.2 vs spec/integration/estimates_spec.rb in patch_ruby-1.2.3
- old
+ new
@@ -1,8 +1,8 @@
RSpec.describe 'Estimates Integration' do
before do
Patch.configure do |config|
- config.access_token = ENV['PATCH_RUBY_API_KEY']
+ config.access_token = ENV['SANDBOX_API_KEY']
end
end
it 'supports create, retrieve and list' do
create_estimate_response = Patch::Estimate.create_mass_estimate(mass_g: 100)