diff --git a/tests/service_link.bats b/tests/service_link.bats index 3396dfb..be70cfb 100755 --- a/tests/service_link.bats +++ b/tests/service_link.bats @@ -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.mysql.l:dokku-mysql-l" assert_success dokku "$PLUGIN_COMMAND_PREFIX:unlink" l my_app