From: Alexey Shchepin Date: Fri, 13 May 2016 15:22:59 +0000 (+0300) Subject: Fix a typo X-Git-Tag: 16.06~91 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64bb371285d87731ecb4393c432e6a4978100b60;p=ejabberd Fix a typo --- diff --git a/test/suite.erl b/test/suite.erl index fb8b6ae2f..c605ed709 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].