diff --git a/acceptance_tests/app/app_alembic/env.py b/acceptance_tests/app/app_alembic/env.py index c2b987e82..e414e8e82 100644 --- a/acceptance_tests/app/app_alembic/env.py +++ b/acceptance_tests/app/app_alembic/env.py @@ -63,7 +63,6 @@ def run_migrations_online(): context.run_migrations() -c2cwsgiutils.setup_process.bootstrap_application() if context.is_offline_mode(): run_migrations_offline() else: