Skip to content

Commit

Permalink
fix: use non-deprecated method of fetching docker-options
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Apr 4, 2020
1 parent 79cd231 commit ecf0b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/service_link.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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.mariadb.l:dokku-mariadb-l"
assert_success
dokku "$PLUGIN_COMMAND_PREFIX:unlink" l my_app
Expand Down

0 comments on commit ecf0b56

Please sign in to comment.