mirror of
https://github.com/internetee/registry.git
synced 2025-07-30 06:26:15 +02:00
fixed tests
This commit is contained in:
parent
fdf70359d1
commit
8812f8da22
20 changed files with 109 additions and 165 deletions
|
@ -6,7 +6,7 @@ class SendDataToDirectoTest < ActiveSupport::TestCase
|
|||
end
|
||||
|
||||
def test_should_send_data_to_billing_directo
|
||||
stub_request(:post, "http://eis_billing_system:3000/api/v1/directo/directo").
|
||||
stub_request(:post, "https://eis_billing_system:3000/api/v1/directo/directo").
|
||||
to_return(status: 200, body: "ok", headers: {})
|
||||
|
||||
res = EisBilling::SendDataToDirecto.send_request(object_data: [], monthly: true, dry: true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue