test: ensure atom exists

This commit is contained in:
Zaiming (Stone) Shi 2023-11-10 09:58:02 +01:00
parent f1de0aa176
commit 855b3c5b29
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
%%=========================================================================== %%===========================================================================
pulsar_producer_validations_test() -> pulsar_producer_validations_test() ->
Name = my_producer, Name = list_to_atom("my_producer"),
Conf0 = pulsar_producer_hocon(), Conf0 = pulsar_producer_hocon(),
Conf1 = Conf1 =
Conf0 ++ Conf0 ++