Merge pull request #292 from alphagov/update-config-for-staging-live

Start aligning Admin app with config styles used elsewhere
This commit is contained in:
minglis
2016-03-17 15:42:57 +00:00
8 changed files with 55 additions and 36 deletions

View File

@@ -24,7 +24,7 @@ from notifications_python_client.errors import HTTPError
@pytest.fixture(scope='session')
def app_(request):
app = create_app('test')
app = create_app()
ctx = app.app_context()
ctx.push()