test: fix config test
This commit is contained in:
parent
330baa6cc3
commit
209331ad33
|
@ -76,8 +76,7 @@ t_fill_default_values(C) when is_list(C) ->
|
||||||
<<"trie_compaction">> := true
|
<<"trie_compaction">> := true
|
||||||
},
|
},
|
||||||
<<"route_batch_clean">> := false,
|
<<"route_batch_clean">> := false,
|
||||||
<<"session_locking_strategy">> := <<"quorum">>,
|
<<"session_history_retain">> := <<"0s">>
|
||||||
<<"shared_subscription_strategy">> := <<"round_robin">>
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
WithDefaults
|
WithDefaults
|
||||||
|
|
Loading…
Reference in New Issue