Explorar el Código

test: fix config test

Zaiming (Stone) Shi hace 2 años
padre
commit
209331ad33
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      apps/emqx/test/emqx_config_SUITE.erl

+ 1 - 2
apps/emqx/test/emqx_config_SUITE.erl

@@ -76,8 +76,7 @@ t_fill_default_values(C) when is_list(C) ->
                             <<"trie_compaction">> := true
                         },
                     <<"route_batch_clean">> := false,
-                    <<"session_locking_strategy">> := <<"quorum">>,
-                    <<"shared_subscription_strategy">> := <<"round_robin">>
+                    <<"session_history_retain">> := <<"0s">>
                 }
         },
         WithDefaults