mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 05:29:38 -04:00
Increase daily message limit for unrestricted services.
This pr is for: https://www.pivotaltracker.com/story/show/126230157
This commit is contained in:
@@ -80,7 +80,7 @@ def test_switch_service_to_live(app_,
|
||||
assert response.location == url_for(
|
||||
'main.service_settings',
|
||||
service_id=service_one['id'], _external=True)
|
||||
mock_update_service.assert_called_with(ANY, ANY, ANY, 25000, False, ANY, ANY)
|
||||
mock_update_service.assert_called_with(ANY, ANY, ANY, 250000, False, ANY, ANY)
|
||||
|
||||
|
||||
def test_switch_service_to_restricted(app_,
|
||||
|
||||
Reference in New Issue
Block a user