aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shchepin <alexey@process-one.net>2016-06-02 18:22:50 +0300
committerAlexey Shchepin <alexey@process-one.net>2016-06-02 18:22:50 +0300
commit9ef52b8c64de94259a72652dd4824fa93d7512a0 (patch)
treecfd9b54d7908df4ecaae9e6e46fa9eba1f0e7962
parentStronger tests in the test suite, SQL updates and fixes (diff)
Fix a typo
-rw-r--r--test/suite.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite.erl b/test/suite.erl
index f0e3ac93e..c5593c4cf 100644
--- a/test/suite.erl
+++ b/test/suite.erl
@@ -68,7 +68,7 @@ init_config(Config) ->
{resource, <<"resource!@#$%^&*()'\"`~<>+-/;:_=[]{}|\\">>},
{master_resource, <<"master_resource!@#$%^&*()'\"`~<>+-/;:_=[]{}|\\">>},
{slave_resource, <<"slave_resource!@#$%^&*()'\"`~<>+-/;:_=[]{}|\\">>},
- {password, <<"password!@#$%^&*()'\"`~<>+-/;:_=[]{}|\\">>}
+ {password, <<"password!@#$%^&*()'\"`~<>+-/;:_=[]{}|\\">>},
{backends, get_config_backends()}
|Config].