add new performance-platform section to cf config

it's a new cf-service we've got to create, that contains endpoints
and the bearer tokens for them.
This commit is contained in:
Leo Hemsted
2017-08-23 18:11:44 +01:00
parent 89f4f5173e
commit bd2682b521
4 changed files with 35 additions and 20 deletions

View File

@@ -270,12 +270,7 @@ def test_will_remove_csv_files_for_jobs_older_than_seven_days(
]
def test_send_daily_performance_stats_calls_does_not_send_if_inactive(
notify_db,
notify_db_session,
sample_template,
mocker
):
def test_send_daily_performance_stats_calls_does_not_send_if_inactive(mocker):
send_mock = mocker.patch('app.celery.scheduled_tasks.total_sent_notifications.send_total_notifications_sent_for_day_stats')
with patch.object(