test(pulsar_producer): fix flaky test

This commit is contained in:
Thales Macedo Garitezi 2023-06-01 13:01:58 -03:00
parent 99796224d8
commit 3e4790edd4
1 changed files with 1 additions and 1 deletions

View File

@ -1040,7 +1040,7 @@ t_resource_manager_crash_before_producers_started(Config) ->
end), end),
%% even if the resource manager is dead, we can still %% even if the resource manager is dead, we can still
%% clear the allocated resources. %% clear the allocated resources.
{{error, {config_update_crashed, {killed, _}}}, {ok, _}} = {{error, {config_update_crashed, _}}, {ok, _}} =
?wait_async_action( ?wait_async_action(
create_bridge(Config), create_bridge(Config),
#{?snk_kind := pulsar_bridge_stopped, pulsar_producers := undefined}, #{?snk_kind := pulsar_bridge_stopped, pulsar_producers := undefined},