Просмотр исходного кода

chore(testlib): update include for CI of emqtt lib

William Yang 2 лет назад
Родитель
Сommit
092daf409a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      apps/emqx/test/emqx_common_test_helpers.erl

+ 1 - 1
apps/emqx/test/emqx_common_test_helpers.erl

@@ -16,7 +16,7 @@
 
 -module(emqx_common_test_helpers).
 
--include("emqx_authentication.hrl").
+-include_lib("emqx/include/emqx_authentication.hrl").
 
 -type special_config_handler() :: fun().