mirror of
https://github.com/valitydev/hellgate.git
synced 2024-11-06 10:55:22 +00:00
CAPI-369: tds interaction (#339)
* update damsel * add wallet with token to tests * update tests * remove redundant test
This commit is contained in:
parent
cf21615aeb
commit
3f8338dc2a
@ -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
|
||||
|
@ -498,7 +498,8 @@ make_payment_tool(digital_wallet) ->
|
||||
{
|
||||
{digital_wallet, #domain_DigitalWallet{
|
||||
provider = qiwi,
|
||||
id = <<"+79876543210">>
|
||||
id = <<"+79876543210">>,
|
||||
token = <<"some_token">>
|
||||
}},
|
||||
<<>>
|
||||
};
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user