more tests

This commit is contained in:
Kenneth Kehl
2025-07-02 11:56:11 -07:00
parent b0c910ee6f
commit b5fdc76a4e
5 changed files with 8 additions and 8 deletions

View File

@@ -449,4 +449,6 @@ def test_receive_sns_sms_success(client, app):
date_received="2025-07-01T10:00:00:000Z",
provider_name="sns",
)
mock_task.assert_called_once_with(["inbound-id", "service-id"], queue="notify-internal-tasks")
mock_task.assert_called_once_with(
["inbound-id", "service-id"], queue="notify-internal-tasks"
)

View File

@@ -12,7 +12,6 @@ from app import db
from app.dao.service_user_dao import dao_get_service_user, dao_update_service_user
from app.enums import AuthType, KeyType, NotificationType, PermissionType
from app.models import Notification, Permission, User
from app.utils import hilite
from tests.app.db import (
create_organization,
create_service,
@@ -1076,7 +1075,6 @@ def test_get_user_login_gov_user(notify_db_session, admin_request):
_data=data,
)
print(hilite(users["data"]))
assert users["data"]["email_address"] == "findel.mestro@foo.com"