fix: use non-deprecated method of fetching docker-options
This commit is contained in:
@@ -85,7 +85,7 @@ teardown() {
|
|||||||
|
|
||||||
@test "($PLUGIN_COMMAND_PREFIX:link) links to app with docker-options" {
|
@test "($PLUGIN_COMMAND_PREFIX:link) links to app with docker-options" {
|
||||||
dokku "$PLUGIN_COMMAND_PREFIX:link" l my_app
|
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.mysql.l:dokku-mysql-l"
|
assert_contains "${lines[*]}" "--link dokku.mysql.l:dokku-mysql-l"
|
||||||
assert_success
|
assert_success
|
||||||
dokku "$PLUGIN_COMMAND_PREFIX:unlink" l my_app
|
dokku "$PLUGIN_COMMAND_PREFIX:unlink" l my_app
|
||||||
|
|||||||
Reference in New Issue
Block a user