fix: service_with_dashes is not in create output

That is only the case when the service has a database specified, which is not the case for the redis plugin
This commit is contained in:
Jose Diaz-Gonzalez
2019-06-07 17:45:49 +02:00
committed by GitHub
parent 6bab5bad28
commit 6cc3db0896

View File

@@ -11,7 +11,6 @@ load test_helper
run dokku "$PLUGIN_COMMAND_PREFIX:create" service-with-dashes
assert_contains "${lines[*]}" "container created: service-with-dashes"
assert_contains "${lines[*]}" "dokku-$PLUGIN_COMMAND_PREFIX-service-with-dashes"
assert_contains "${lines[*]}" "service_with_dashes"
dokku --force "$PLUGIN_COMMAND_PREFIX:destroy" service-with-dashes
}