test: ensure atom exists
This commit is contained in:
parent
f1de0aa176
commit
855b3c5b29
|
@ -11,7 +11,7 @@
|
|||
%%===========================================================================
|
||||
|
||||
pulsar_producer_validations_test() ->
|
||||
Name = my_producer,
|
||||
Name = list_to_atom("my_producer"),
|
||||
Conf0 = pulsar_producer_hocon(),
|
||||
Conf1 =
|
||||
Conf0 ++
|
||||
|
|
Loading…
Reference in New Issue