diff options
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]. |