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 60f600e29a
commit b85e992da6

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.postgres.l:dokku-postgres-l"
assert_success
dokku "$PLUGIN_COMMAND_PREFIX:unlink" l my_app