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:
committed by
GitHub
parent
6bab5bad28
commit
6cc3db0896
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user