Cleanup tests
This commit is contained in:
@@ -16,7 +16,7 @@ teardown() {
|
||||
|
||||
@test "($PLUGIN_COMMAND_PREFIX:restart) error when service does not exist" {
|
||||
run dokku "$PLUGIN_COMMAND_PREFIX:restart" not_existing_service
|
||||
assert_contains "${lines[*]}" "Redis service not_existing_service does not exist"
|
||||
assert_contains "${lines[*]}" "service not_existing_service does not exist"
|
||||
}
|
||||
|
||||
@test "($PLUGIN_COMMAND_PREFIX:restart) success" {
|
||||
|
||||
Reference in New Issue
Block a user