Remove legacy test auth client type

This commit is contained in:
Johannes Zellner
2015-10-16 10:05:58 +02:00
parent 8f203b07a1
commit 22402d1741
4 changed files with 1 additions and 16 deletions
-1
View File
@@ -20,7 +20,6 @@ exports = module.exports = {
TYPE_OAUTH: 'addon-oauth',
TYPE_SIMPLE_AUTH: 'addon-simpleauth',
TYPE_PROXY: 'addon-proxy',
TYPE_TEST: 'test',
TYPE_ADMIN: 'admin'
};