test(ft): attempt to avoid `gen_rpc` config reset hacks

This commit is contained in:
Andrew Mayorov 2023-02-17 20:44:36 +03:00 committed by Ilya Averyanov
parent a3f47641f3
commit 7ff253e80d
1 changed files with 2 additions and 2 deletions

View File

@ -136,8 +136,8 @@ t_download_transfer(Config) ->
),
?assertEqual(
Response,
<<"data">>
<<"data">>,
Response
).
%%--------------------------------------------------------------------