Upgrade flask and install newrelic package

This commit is contained in:
Ryan Ahearn
2023-01-19 17:29:21 -05:00
parent fc4f2856c3
commit 7d08e9e0d4
14 changed files with 427 additions and 239 deletions

View File

@@ -1642,7 +1642,7 @@ def test_organisation_billing_page_when_the_agreement_is_signed_by_a_known_perso
client_request.login(platform_admin_user)
mocker.patch('app.user_api_client.get_user', side_effect=[platform_admin_user, api_user_active])
mocker.patch('app.user_api_client.get_user', side_effect=[api_user_active])
page = client_request.get(
'.organisation_billing',