fix(ft-test): rename testcases for consistency

This commit is contained in:
Andrew Mayorov 2023-04-01 00:17:55 +03:00
parent ed3756ea09
commit 75cceffa06
No known key found for this signature in database
GPG Key ID: 2837C62ACFBFED5D
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ all() ->
{group, cluster}
].
-define(CLUSTER_CASES, [t_multinode_ready_transfers]).
-define(CLUSTER_CASES, [t_multinode_exports]).
groups() ->
[
@ -61,7 +61,7 @@ end_per_group(_Group, _Config) ->
%% Tests
%%--------------------------------------------------------------------
t_multinode_ready_transfers(Config) ->
t_multinode_exports(Config) ->
Node1 = ?config(additional_node, Config),
ok = emqx_ft_test_helpers:upload_file(<<"c/1">>, <<"f:1">>, "fn1", <<"data">>, Node1),