mirror of
https://github.com/internetee/registry.git
synced 2025-08-01 07:26:22 +02:00
Merge branch 'master' into 2420-remove-registrars
This commit is contained in:
commit
496c48fcd3
33 changed files with 1320 additions and 96 deletions
|
@ -7,6 +7,9 @@ class AdminAreaBankStatementTest < ApplicationSystemTestCase
|
|||
|
||||
@invoice = invoices(:one)
|
||||
Spy.on_instance_method(EisBilling::BaseController, :authorized).and_return(true)
|
||||
response_message = { message: 'got it' }
|
||||
stub_request(:post, 'https://eis_billing_system:3000/api/v1/invoice_generator/invoice_status')
|
||||
.to_return(status: 200, body: response_message.to_json, headers: {})
|
||||
end
|
||||
|
||||
def test_update_bank_statement
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue