mirror of
https://github.com/internetee/registry.git
synced 2025-07-31 06:56:23 +02:00
Modified lhv connect controller
This commit is contained in:
parent
91c471049a
commit
4d5203096e
4 changed files with 7 additions and 18 deletions
|
@ -4,10 +4,6 @@ class BankTransactionTest < ActiveSupport::TestCase
|
|||
setup do
|
||||
@registrar = registrars(:bestnames)
|
||||
@invoice = invoices(:one)
|
||||
if Feature.billing_system_integrated?
|
||||
stub_request(:post, 'https://eis_billing_system:3000/api/v1/invoice_generator/invoice_status')
|
||||
.to_return(status: 200, body: '', headers: {})
|
||||
end
|
||||
end
|
||||
|
||||
def test_matches_against_invoice_nubmber_and_reference_number
|
||||
|
|
|
@ -30,11 +30,6 @@ class ProcessPaymentsTaskTest < ActiveJob::TestCase
|
|||
[message]
|
||||
end
|
||||
end
|
||||
|
||||
if Feature.billing_system_integrated?
|
||||
stub_request(:post, 'https://eis_billing_system:3000/api/v1/invoice_generator/invoice_status')
|
||||
.to_return(status: 200, body: '', headers: {})
|
||||
end
|
||||
end
|
||||
|
||||
def test_not_raises_error_if_bad_reference
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue