Add tests for connect-admin

This commit is contained in:
Jose Diaz-Gonzalez
2016-07-24 14:40:04 -04:00
parent e823af5e7f
commit 6fb3589833
2 changed files with 29 additions and 1 deletions

View File

@@ -27,4 +27,3 @@ teardown() {
password="$(cat "$PLUGIN_DATA_ROOT/l/PASSWORD")"
assert_output "docker exec -i -t dokku.mongo.l mongo -u l -p $password --authenticationDatabase l l"
}