diff options
| -rw-r--r-- | test/confirms_rejects_SUITE.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/confirms_rejects_SUITE.erl b/test/confirms_rejects_SUITE.erl index 010354d020..3ac944f99b 100644 --- a/test/confirms_rejects_SUITE.erl +++ b/test/confirms_rejects_SUITE.erl @@ -35,7 +35,7 @@ init_per_group(Group, Config) -> rabbit_ct_broker_helpers:setup_steps() ++ rabbit_ct_client_helpers:setup_steps()). -end_per_group(Group, Config) -> +end_per_group(_Group, Config) -> rabbit_ct_helpers:run_steps(Config, rabbit_ct_client_helpers:teardown_steps() ++ rabbit_ct_broker_helpers:teardown_steps()). @@ -153,4 +153,4 @@ clean_acks_mailbox() -> {'basic.nack', _, _, _} -> clean_acks_mailbox() after 1000 -> done - end.
\ No newline at end of file + end. |
