From 64bb371285d87731ecb4393c432e6a4978100b60 Mon Sep 17 00:00:00 2001 From: Alexey Shchepin Date: Fri, 13 May 2016 18:22:59 +0300 Subject: [PATCH] Fix a typo --- test/suite.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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].