mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-23 15:56:45 -04:00
add another test
This commit is contained in:
@@ -216,7 +216,7 @@ def sample_sms_code(notify_db_session):
|
||||
return code
|
||||
|
||||
|
||||
@pytest.fixture(scope="session")
|
||||
@pytest.fixture(scope="function")
|
||||
def sample_service(sample_user):
|
||||
service_name = "Sample service"
|
||||
email_from = service_name.lower().replace(" ", ".")
|
||||
|
||||
Reference in New Issue
Block a user