fix: correct issues in upgrade and fix tests

This commit is contained in:
Jose Diaz-Gonzalez
2018-10-11 14:16:47 -04:00
parent db8ff16192
commit 2f6c493fdd
4 changed files with 4 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ teardown() {
check_value="Deploy options: --restart=on-failure:10"
fi
options=$(dokku $report_action my_app | xargs)
options=$(dokku --quiet $report_action my_app | xargs)
assert_equal "$options" "$check_value"
}