diff --git a/apps/emqx_postgresql/test/emqx_postgresql_SUITE.erl b/apps/emqx_postgresql/test/emqx_postgresql_SUITE.erl index 5a93a0578..1b41e2dd0 100644 --- a/apps/emqx_postgresql/test/emqx_postgresql_SUITE.erl +++ b/apps/emqx_postgresql/test/emqx_postgresql_SUITE.erl @@ -61,13 +61,15 @@ end_per_testcase(_, _Config) -> t_lifecycle(_Config) -> perform_lifecycle_check( - <<"emqx_postgresql_SUITE">>, + <<"connector:pgsql:emqx_postgresql_SUITE">>, pgsql_config() ). perform_lifecycle_check(ResourceId, InitialConfig) -> + x:show(initial_config, InitialConfig), {ok, #{config := CheckedConfig}} = emqx_resource:check_config(?PGSQL_RESOURCE_MOD, InitialConfig), + x:show(check_config_ok, CheckedConfig), {ok, #{ state := #{pool_name := PoolName} = State, status := InitialStatus