[Rt-commit] rt branch, 4.4.0-releng, updated. rt-4.4.0rc1-4-gec6ce9c
Shawn Moore
shawn at bestpractical.com
Tue Nov 17 16:25:18 EST 2015
The branch, 4.4.0-releng has been updated
via ec6ce9c2c69994009faf23ff0c4fb73c40e78a59 (commit)
from e641431d64f3e83346f68e6050f50a8d31428f5a (commit)
Summary of changes:
t/externalauth/obfuscate-password.t | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit ec6ce9c2c69994009faf23ff0c4fb73c40e78a59
Author: Shawn M Moore <shawn at bestpractical.com>
Date: Tue Nov 17 16:24:53 2015 -0500
Fix My_DBI being removed from ExternalServices due to "db" vs "dbi"
diff --git a/t/externalauth/obfuscate-password.t b/t/externalauth/obfuscate-password.t
index bb200ed..286ad52 100644
--- a/t/externalauth/obfuscate-password.t
+++ b/t/externalauth/obfuscate-password.t
@@ -15,7 +15,7 @@ RT->Config->Set(
pass => 'sekrit',
},
'My_DBI' => {
- type => 'dbi',
+ type => 'db',
user => 'external_db_user',
pass => 'nottelling',
},
-----------------------------------------------------------------------
More information about the rt-commit
mailing list