Skip to content

Commit 63988af

Browse files
committed
ct_helpers
1 parent fcd4bee commit 63988af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_ct_helpers/src/rabbit_ct_broker_helpers.erl

+1-1
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ start_rabbitmq_node(Master, Config, NodeConfig, I) ->
446446
Master ! {self(), I, NodeConfig4},
447447
unlink(Master);
448448
{ExpectedMetadataStore, UsedMetadataStore} ->
449-
stop_rabbitmq_node(Config, NodeConfig4),
449+
_ = stop_rabbitmq_node(Config, NodeConfig4),
450450
Nodename = ?config(nodename, NodeConfig4),
451451
Error = {skip,
452452
rabbit_misc:format(

0 commit comments

Comments
 (0)