Rename to performance

This is consistent with the old performance platform URLs, which were
gov.uk/performance, and others that we have like /pricing and /features
This commit is contained in:
Chris Hill-Scott
2021-03-11 10:40:44 +00:00
parent 3ca2840652
commit fce4082fff
3 changed files with 4 additions and 4 deletions

View File

@@ -9,4 +9,4 @@ def test_get_aggregate_platform_stats(mocker):
params_dict = {'start_date': '2021-03-01', 'end_date': '2021-03-31'}
client.get_performance_dashboard_stats(params_dict=params_dict)
mock.assert_called_once_with('/performance-platform', params=params_dict)
mock.assert_called_once_with('/performance-dashboard', params=params_dict)