test(flaky): fix flaky pulsar test
This commit is contained in:
parent
b3dffa4390
commit
11ec1a30a0
|
@ -10,8 +10,11 @@
|
||||||
%% Test cases
|
%% Test cases
|
||||||
%%===========================================================================
|
%%===========================================================================
|
||||||
|
|
||||||
|
atoms() ->
|
||||||
|
[my_producer].
|
||||||
|
|
||||||
pulsar_producer_validations_test() ->
|
pulsar_producer_validations_test() ->
|
||||||
Name = list_to_atom("my_producer"),
|
Name = hd(atoms()),
|
||||||
Conf0 = pulsar_producer_hocon(),
|
Conf0 = pulsar_producer_hocon(),
|
||||||
Conf1 =
|
Conf1 =
|
||||||
Conf0 ++
|
Conf0 ++
|
||||||
|
|
Loading…
Reference in New Issue