Skip to content

Commit

Permalink
Altered lookup spec to use different requester and actual vat number
Browse files Browse the repository at this point in the history
  • Loading branch information
yolk committed Jan 8, 2024
1 parent 45861e9 commit 1d0c37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/valvat/lookup_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@

context 'with request identifier' do
it 'returns hash of details instead of true' do
result = described_class.validate('IE6388047V', requester: 'IE6388047V')
result = described_class.validate('IE6388047V', requester: 'DE129415943')

skip 'VIES is down' if result.nil?

Expand Down

0 comments on commit 1d0c37b

Please sign in to comment.