fix: correctly name the testcase

This commit is contained in:
Jose Diaz-Gonzalez
2019-04-09 03:18:28 -04:00
parent 929c98ee90
commit ecd88fbeeb

View File

@@ -12,7 +12,7 @@ teardown() {
global_teardown
}
@test "(buildpacks) report" {
@test "(report) report" {
run /bin/bash -c "dokku report"
echo "output: $output"
echo "status: $status"