mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 10:21:14 -05:00
Update provider splits
also fix tests so they're independent of future config changes
This commit is contained in:
@@ -22,6 +22,13 @@ from tests.app.db import (
|
||||
create_service,
|
||||
create_template,
|
||||
)
|
||||
from tests.conftest import set_config
|
||||
|
||||
|
||||
@pytest.fixture(autouse=True)
|
||||
def set_provider_resting_points(notify_api):
|
||||
with set_config(notify_api, 'SMS_PROVIDER_RESTING_POINTS', {'mmg': 60, 'firetext': 40}):
|
||||
yield
|
||||
|
||||
|
||||
def set_primary_sms_provider(identifier):
|
||||
|
||||
Reference in New Issue
Block a user