test(persistent_session): fix bad guard
This commit is contained in:
parent
10de564abf
commit
64787f4ccd
|
@ -95,7 +95,7 @@ init_per_group(persistent_store_disabled, Config) ->
|
||||||
emqx_common_test_helpers:start_apps([], fun set_special_confs/1),
|
emqx_common_test_helpers:start_apps([], fun set_special_confs/1),
|
||||||
?assertEqual(false, emqx_persistent_session:is_store_enabled()),
|
?assertEqual(false, emqx_persistent_session:is_store_enabled()),
|
||||||
[{persistent_store_enabled, false}|Config];
|
[{persistent_store_enabled, false}|Config];
|
||||||
init_per_group(Group, Config) when Group == ws; ws_snabbkaffe ->
|
init_per_group(Group, Config) when Group == ws; Group == ws_snabbkaffe ->
|
||||||
[{ssl,false},
|
[{ssl,false},
|
||||||
{host,"localhost"},
|
{host,"localhost"},
|
||||||
{enable_websocket,true},
|
{enable_websocket,true},
|
||||||
|
|
Loading…
Reference in New Issue