Document exposed ports when an invalid number of arguments are specified

This commit is contained in:
Jose Diaz-Gonzalez
2016-08-28 21:25:10 -04:00
parent eb0739350f
commit 7eb2b47db7
2 changed files with 3 additions and 3 deletions

View File

@@ -26,5 +26,5 @@ teardown() {
@test "($PLUGIN_COMMAND_PREFIX:expose) success when providing a custom port" {
run dokku "$PLUGIN_COMMAND_PREFIX:expose" l 4242
assert_contains "${lines[*]}" "exposed on port(s) 4242"
assert_contains "${lines[*]}" "exposed on port(s) [container~>host]: 6379~>4242"
}