CAPI-369: tds interaction (#339)

* update damsel

* add wallet with token to tests

* update tests

* remove redundant test
This commit is contained in:
Roman Pushkov 2019-07-18 00:06:55 +03:00 committed by GitHub
parent cf21615aeb
commit 3f8338dc2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View File

@ -130,7 +130,7 @@ start_app(hellgate = AppName) ->
{inspect_timeout, 1000},
{fault_detector, #{
critical_fail_rate => 0.7,
timeout => 10, % very low to speed up tests
timeout => 20, % very low to speed up tests
sliding_window => 60000,
operation_time_limit => 10000,
pre_aggregation_size => 2

View File

@ -498,7 +498,8 @@ make_payment_tool(digital_wallet) ->
{
{digital_wallet, #domain_DigitalWallet{
provider = qiwi,
id = <<"+79876543210">>
id = <<"+79876543210">>,
token = <<"some_token">>
}},
<<>>
};

View File

@ -10,7 +10,7 @@
{<<"cowlib">>,{pkg,<<"cowlib">>,<<"2.6.0">>},2},
{<<"dmsl">>,
{git,"git@github.com:rbkmoney/damsel.git",
{ref,"57d39e6fb857f56807cd87130764a84dad3b1fd8"}},
{ref,"7c8c363a22367488a03e1bf081e33ea8279f0e71"}},
0},
{<<"dmt_client">>,
{git,"git@github.com:rbkmoney/dmt_client.git",