We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8acd88 commit ced1eb7Copy full SHA for ced1eb7
tests/service_info.bats
@@ -41,6 +41,9 @@ teardown() {
41
run dokku "$PLUGIN_COMMAND_PREFIX:info" l --config-dir
42
assert_success
43
44
+ run dokku "$PLUGIN_COMMAND_PREFIX:info" l --createdb-options
45
+ assert_success
46
+
47
run dokku "$PLUGIN_COMMAND_PREFIX:info" l --data-dir
48
49
0 commit comments