diff options
author | Alexey Shchepin <alexey@process-one.net> | 2016-06-02 18:22:50 +0300 |
---|---|---|
committer | Alexey Shchepin <alexey@process-one.net> | 2016-06-02 18:22:50 +0300 |
commit | 9ef52b8c64de94259a72652dd4824fa93d7512a0 (patch) | |
tree | cfd9b54d7908df4ecaae9e6e46fa9eba1f0e7962 /test | |
parent | Stronger tests in the test suite, SQL updates and fixes (diff) |
Fix a typo
Diffstat (limited to 'test')
-rw-r--r-- | test/suite.erl | 2 |
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]. |