mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 16:24:08 -04:00
Use the revise api endpoints without current-year parameter
This commit is contained in:
@@ -2436,7 +2436,7 @@ def mock_get_free_sms_fragment_limit(mocker):
|
||||
@pytest.fixture(scope='function')
|
||||
def mock_create_or_update_free_sms_fragment_limit(mocker):
|
||||
sample_limit = 250000
|
||||
return mocker.patch('app.billing_api_client.create_or_update_free_sms_fragment_limit_for_year',
|
||||
return mocker.patch('app.billing_api_client.create_or_update_free_sms_fragment_limit',
|
||||
return_value=sample_limit)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user