aboutsummaryrefslogtreecommitdiff
path: root/test/suite.erl
diff options
context:
space:
mode:
authorAlexey Shchepin <alexey@process-one.net>2016-05-13 18:22:59 +0300
committerAlexey Shchepin <alexey@process-one.net>2016-05-13 18:22:59 +0300
commit64bb371285d87731ecb4393c432e6a4978100b60 (patch)
tree065e6abc0c889fd27122b73aea945a4caaf8a99d /test/suite.erl
parentLess strict extauth.py (diff)
Fix a typo
Diffstat (limited to '')
-rw-r--r--test/suite.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite.erl b/test/suite.erl
index fb8b6ae2f..c605ed709 100644
--- a/test/suite.erl
+++ b/test/suite.erl
@@ -66,7 +66,7 @@ init_config(Config) ->
{resource, <<"resource">>},
{master_resource, <<"master_resource">>},
{slave_resource, <<"slave_resource">>},
- {password, <<"password!@#$%^&*()'\"`~<>+-/;:_=[]{}|\\">>}
+ {password, <<"password!@#$%^&*()'\"`~<>+-/;:_=[]{}|\\">>},
{backends, get_config_backends()}
|Config].