test(persistent_session): fix bad guard

This commit is contained in:
Tobias Lindahl 2021-10-22 01:03:08 +02:00
parent 10de564abf
commit 64787f4ccd
1 changed files with 1 additions and 1 deletions

View File

@ -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},