aboutsummaryrefslogtreecommitdiff
path: root/test/suite.erl
diff options
context:
space:
mode:
authorAlexey Shchepin <alexey@process-one.net>2016-05-12 18:32:13 +0300
committerAlexey Shchepin <alexey@process-one.net>2016-05-13 17:56:48 +0300
commit792f47b4bd3c4f423fd25c31b5f8ae82ac59b28b (patch)
treeaed1938b1868878cc3463ada565c8ad05b9c05e6 /test/suite.erl
parentFix C2S session data leak (#1078) (diff)
Update SQL escaping
Diffstat (limited to 'test/suite.erl')
-rw-r--r--test/suite.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite.erl b/test/suite.erl
index f37b51ea6..fb8b6ae2f 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].