aboutsummaryrefslogtreecommitdiff
path: root/server/config/config_test.go
diff options
context:
space:
mode:
authorKevin Lyda <kevin@ie.suberic.net>2017-01-27 09:08:58 +0000
committerNiall Sheridan <nsheridan@gmail.com>2017-01-27 09:08:58 +0000
commit10dfd24117094ed81197c764af25cafe12a25dfd (patch)
tree4af4c066daffb42469ed8a0e14d510dea321375b /server/config/config_test.go
parent13054312850d1014e814d2f64afa030a4fea5ef3 (diff)
Remove mongo support
Resolves #40
Diffstat (limited to 'server/config/config_test.go')
-rw-r--r--server/config/config_test.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/server/config/config_test.go b/server/config/config_test.go
index 182436a..b3f356e 100644
--- a/server/config/config_test.go
+++ b/server/config/config_test.go
@@ -68,9 +68,6 @@ func TestDatastoreConversion(t *testing.T) {
"mysql:user:passwd:localhost:3306", Database{"type": "mysql", "username": "user", "password": "passwd", "address": "localhost:3306"},
},
{
- "mongo:::host1,host2", Database{"type": "mongo", "username": "", "password": "", "address": "host1,host2"},
- },
- {
"mem", Database{"type": "mem"},
},
{