Skip to content

Commit 73e2f61

Browse files
Run client helper tear down steps before broker's
1 parent 489293b commit 73e2f61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/health_check_SUITE.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ end_per_testcase(Testcase, Config0) ->
7171
C -> C
7272
end,
7373
Config2 = rabbit_ct_helpers:run_steps(Config1,
74-
rabbit_ct_broker_helpers:teardown_steps() ++
75-
rabbit_ct_client_helpers:teardown_steps()),
74+
rabbit_ct_client_helpers:teardown_steps() ++
75+
rabbit_ct_broker_helpers:teardown_steps()),
7676
rabbit_ct_helpers:testcase_finished(Config2, Testcase).
7777

7878
%%----------------------------------------------------------------------------

0 commit comments

Comments
 (0)