mirror of
https://github.com/dokku/dokku.git
synced 2026-05-18 05:05:46 +02:00
tests: update test
This commit is contained in:
committed by
GitHub
parent
4b0aec26b6
commit
1c7a68c3f9
@@ -142,7 +142,7 @@ teardown() {
|
||||
run /bin/bash -c "dokku nginx:show-config $TEST_APP"
|
||||
echo "output: $output"
|
||||
echo "status: $status"
|
||||
assert_output_contains "off;"
|
||||
assert_output_contains "access_log off;"
|
||||
|
||||
run /bin/bash -c "dokku nginx:set $TEST_APP access-log-format"
|
||||
run /bin/bash -c "dokku nginx:set $TEST_APP access-log-path"
|
||||
|
||||
Reference in New Issue
Block a user