Merge pull request #2014 from alphagov/redis-spike-CHS

Use Redis to cache API calls in admin app
This commit is contained in:
Chris Hill-Scott
2018-04-18 13:26:12 +01:00
committed by GitHub
11 changed files with 201 additions and 8 deletions

View File

@@ -2123,7 +2123,7 @@ def test_updates_sms_prefixing(
)
)
mock_update_service.assert_called_once_with(
service_id=SERVICE_ONE_ID,
SERVICE_ONE_ID,
prefix_sms=expected_api_argument,
)