aboutsummaryrefslogtreecommitdiff
path: root/server/config/config_test.go
diff options
context:
space:
mode:
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"},
},
{