Fix failed testcase (#2127)
* Fix failed test case Prior to this change, terry-xiaoyu enhanced the cuttlefish to support emqx enterprise edtion configuration entries. But it cause 6 test case failed. * Fix dep-vsn-check
This commit is contained in:
parent
99f4283458
commit
9f83544fce
|
@ -9,7 +9,7 @@
|
|||
{ekka, "v0.5.1"},
|
||||
{replayq, "v0.1.1"},
|
||||
{esockd, "v5.4.3"},
|
||||
{cuttlefish, "v2.2.0"}
|
||||
{cuttlefish, "v2.2.1"}
|
||||
]}.
|
||||
|
||||
{edoc_opts, [{preprocess, true}]}.
|
||||
|
|
|
@ -61,7 +61,7 @@ init_per_suite(Config) ->
|
|||
[start_apps(App, SchemaFile, ConfigFile) ||
|
||||
{App, SchemaFile, ConfigFile}
|
||||
<- [{emqx, deps_path(emqx, "priv/emqx.schema"),
|
||||
deps_path(emqx, "etc/emqx.conf")}]],
|
||||
deps_path(emqx, "etc/gen.emqx.conf")}]],
|
||||
emqx_zone:set_env(external, max_topic_alias, 20),
|
||||
Config.
|
||||
|
||||
|
|
Loading…
Reference in New Issue