fix: correct test

This commit is contained in:
Jose Diaz-Gonzalez
2018-04-24 03:04:01 -04:00
parent 8ac361f930
commit 3616c93797

View File

@@ -72,6 +72,6 @@ teardown() {
@test "($PLUGIN_COMMAND_PREFIX:link) adds a querystring" {
dokku "$PLUGIN_COMMAND_PREFIX:link" l my_app --querystring "pool=5"
url=$(dokku config:get my_app REDIS_URL)
assert_contains "$url" "?pool=4"
assert_contains "$url" "?pool=5"
dokku "$PLUGIN_COMMAND_PREFIX:unlink" l my_app
}