test: change assert condition
This commit is contained in:
parent
6dac422c93
commit
0c8d739e2f
|
@ -45,9 +45,7 @@ t_fill_default_values(_) ->
|
||||||
<<"route_batch_clean">> := false,
|
<<"route_batch_clean">> := false,
|
||||||
<<"session_locking_strategy">> := quorum,
|
<<"session_locking_strategy">> := quorum,
|
||||||
<<"shared_dispatch_ack_enabled">> := false,
|
<<"shared_dispatch_ack_enabled">> := false,
|
||||||
<<"shared_subscription_strategy">> := round_robin,
|
<<"shared_subscription_strategy">> := round_robin}}, WithDefaults),
|
||||||
<<"sys_heartbeat_interval">> := <<"30s">>,
|
|
||||||
<<"sys_msg_interval">> := <<"1m">>}}, WithDefaults),
|
|
||||||
%% ensure JSON compatible
|
%% ensure JSON compatible
|
||||||
_ = emqx_json:encode(WithDefaults),
|
_ = emqx_json:encode(WithDefaults),
|
||||||
ok.
|
ok.
|
||||||
|
|
|
@ -24,6 +24,12 @@
|
||||||
-define(CLUSTER_RPC_SHARD, emqx_cluster_rpc_shard).
|
-define(CLUSTER_RPC_SHARD, emqx_cluster_rpc_shard).
|
||||||
|
|
||||||
-define(CONF_DEFAULT, <<"
|
-define(CONF_DEFAULT, <<"
|
||||||
|
sys_topics {
|
||||||
|
sys_event_messages {
|
||||||
|
client_connected = false
|
||||||
|
client_disconnected = false
|
||||||
|
}
|
||||||
|
}
|
||||||
exhook {
|
exhook {
|
||||||
servers = [
|
servers = [
|
||||||
{ name = default,
|
{ name = default,
|
||||||
|
|
Loading…
Reference in New Issue