Skip to content

Commit

Permalink
adede test
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegPhenomenon committed Nov 7, 2023
1 parent f587787 commit f822d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/services/invoice_data_sender_service_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
invoice_sender = InvoiceDataSenderService.new(invoice: invoice, status: 'paid')
initiator = invoice_sender.send(:to_whom)

expect(initiator).to eq "#{GlobalVariable::BASE_AUCTION}/#"
expect(initiator).to eq "#{GlobalVariable::BASE_AUCTION}/eis_billing/invoices"
end

it 'should send invoice data to eeid' do
Expand Down

0 comments on commit f822d1b

Please sign in to comment.