remove redundant commands from test

This commit is contained in:
arturs
2021-03-12 08:25:55 +02:00
parent 5c27ec31b7
commit 4e50214b80

View File

@@ -4,8 +4,6 @@ load test_helper
setup() {
global_setup
create_app
deploy_app
touch /home/dokku/.ssh/known_hosts
chown dokku:dokku /home/dokku/.ssh/known_hosts
touch /home/dokku/data/git/$TEST_APP
@@ -13,7 +11,6 @@ setup() {
teardown() {
rm -f /home/dokku/.ssh/id_rsa.pub || true
destroy_app
global_teardown
}