summaryrefslogtreecommitdiff
path: root/spec/super_good/solidus_taxjar/api_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/super_good/solidus_taxjar/api_spec.rb')
-rw-r--r--spec/super_good/solidus_taxjar/api_spec.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/spec/super_good/solidus_taxjar/api_spec.rb b/spec/super_good/solidus_taxjar/api_spec.rb
index 0244536..ed97df0 100644
--- a/spec/super_good/solidus_taxjar/api_spec.rb
+++ b/spec/super_good/solidus_taxjar/api_spec.rb
@@ -10,9 +10,10 @@ RSpec.describe SuperGood::SolidusTaxJar::API do
ENV["TAXJAR_API_KEY"] = 'taxjar_api_token'
end
- it "puts the API version in the header" do
+ it "sets the correct headers" do
expect_any_instance_of(::Taxjar::Client).to receive(:set_api_config).with('headers', {
- 'x-api-version' => '2020-08-07'
+ 'x-api-version' => '2020-08-07',
+ 'plugin' => 'supergoodsolidustaxjar'
})
subject
end