mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 04:00:36 +01:00
tests: add test for logs:help
This commit is contained in:
19
tests/unit/logs.bats
Normal file
19
tests/unit/logs.bats
Normal file
@@ -0,0 +1,19 @@
|
||||
#!/usr/bin/env bats
|
||||
|
||||
load test_helper
|
||||
|
||||
setup() {
|
||||
global_setup
|
||||
}
|
||||
|
||||
teardown() {
|
||||
destroy_app
|
||||
global_teardown
|
||||
}
|
||||
|
||||
@test "(network) logs:help" {
|
||||
run /bin/bash -c "dokku logs:help"
|
||||
echo "output: $output"
|
||||
echo "status: $status"
|
||||
assert_output_contains "Manage log integration for an app"
|
||||
}
|
||||
Reference in New Issue
Block a user