style(emqx_bridge_mysql): minor cleanup
This commit is contained in:
parent
31a7301f6f
commit
8e9cb6a928
|
@ -129,7 +129,7 @@ fields(action) ->
|
||||||
{mysql,
|
{mysql,
|
||||||
mk(
|
mk(
|
||||||
hoconsc:map(name, ref(?MODULE, mysql_action)),
|
hoconsc:map(name, ref(?MODULE, mysql_action)),
|
||||||
#{desc => <<"MySQL Action Config">>, required => false}
|
#{desc => ?DESC("mysql_action"), required => false}
|
||||||
)};
|
)};
|
||||||
fields(mysql_action) ->
|
fields(mysql_action) ->
|
||||||
emqx_bridge_v2_schema:make_producer_action_schema(
|
emqx_bridge_v2_schema:make_producer_action_schema(
|
||||||
|
|
|
@ -773,7 +773,6 @@ t_missing_table(Config) ->
|
||||||
),
|
),
|
||||||
Val = integer_to_binary(erlang:unique_integer()),
|
Val = integer_to_binary(erlang:unique_integer()),
|
||||||
SentData = #{payload => Val, timestamp => 1668602148000},
|
SentData = #{payload => Val, timestamp => 1668602148000},
|
||||||
%Timeout = 1000,
|
|
||||||
ResourceID = emqx_bridge_v2:id(BridgeType, Name),
|
ResourceID = emqx_bridge_v2:id(BridgeType, Name),
|
||||||
Request = {ResourceID, SentData},
|
Request = {ResourceID, SentData},
|
||||||
Result =
|
Result =
|
||||||
|
|
Loading…
Reference in New Issue