]> granicus.if.org Git - ejabberd/commitdiff
Fix a typo
authorAlexey Shchepin <alexey@process-one.net>
Fri, 13 May 2016 15:22:59 +0000 (18:22 +0300)
committerAlexey Shchepin <alexey@process-one.net>
Fri, 13 May 2016 15:22:59 +0000 (18:22 +0300)
test/suite.erl

index fb8b6ae2f94144068a663ab165dd17d7719b8b5c..c605ed709df4d81caaf8a6af34d9b40fc6003226 100644 (file)
@@ -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].