fix: use non-deprecated method of fetching docker-options

This commit is contained in:
Jose Diaz-Gonzalez
2020-04-04 13:36:27 -04:00
parent 2d820a7c1c
commit 3a7564c401

View File

@@ -85,7 +85,7 @@ teardown() {
@test "($PLUGIN_COMMAND_PREFIX:link) links to app with docker-options" {
dokku "$PLUGIN_COMMAND_PREFIX:link" l my_app
run dokku docker-options my_app
run dokku docker-options:report my_app
assert_contains "${lines[*]}" "--link dokku.redis.l:dokku-redis-l"
assert_success
dokku "$PLUGIN_COMMAND_PREFIX:unlink" l my_app