Skip to content

Commit 0ea2087

Browse files
authored
add var lib version in UT
1 parent b5d10ad commit 0ea2087

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/checkout_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -675,9 +675,9 @@
675675
'Accept' => '*/*',
676676
'Accept-Encoding' => 'gzip;q=1.0,deflate;q=0.6,identity;q=0.3',
677677
'Adyen-Library-Name' => 'adyen-ruby-api-library',
678-
'Adyen-Library-Version' => '7.0.1',
678+
'Adyen-Library-Version' => Adyen::VERSION,
679679
'Content-Type' => 'application/json',
680-
'User-Agent' => 'adyen-ruby-api-library/7.0.1',
680+
'User-Agent' => 'adyen-ruby-api-library/' + Adyen::VERSION,
681681
'X-Api-Key' => 'api_key'
682682
})
683683
).to have_been_made.once

0 commit comments

Comments
 (0)