fix: restart superset container in test script (#13780)

This commit is contained in:
Ben Reinhart 2021-03-25 15:31:50 -07:00 committed by GitHub
parent 7c23dfc195
commit 52b5ea33d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ function reset_db() {
EOF
"
docker exec -i superset_db bash -c "${RESET_DB_CMD}"
docker-compose start superset-tests-worker
docker-compose start superset-tests-worker superset
}
#