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:
Gilbert 2019-01-06 19:53:01 +08:00 committed by GitHub
parent 99f4283458
commit 9f83544fce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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}]}.

View File

@ -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.