fix: change connector name to prevent race condition in tests

This commit is contained in:
Chris 2022-05-16 12:22:57 +02:00
parent addb48af7d
commit 0c6a66e554
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
<<"ssl">> => #{<<"enable">> => false}
}).
-define(CONNECTOR_TYPE, <<"mqtt">>).
-define(CONNECTOR_NAME, <<"test_connector">>).
-define(CONNECTOR_NAME, <<"test_connector_42">>).
all() ->
emqx_common_test_helpers:all(?MODULE).