mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-31 15:15:38 -05:00
As per review commemnts:
- Add the assert to a test - oops. - Fix typo in error message.
This commit is contained in:
@@ -66,9 +66,9 @@ def test_dao_get_sms_senders_by_service_id(notify_db_session):
|
||||
assert len(results) == 2
|
||||
for x in results:
|
||||
if x.is_default:
|
||||
x.sms_sender = 'first_sms'
|
||||
assert x.sms_sender == 'first_sms'
|
||||
else:
|
||||
x == second_sender
|
||||
assert x == second_sender
|
||||
|
||||
|
||||
def test_dao_add_sms_sender_for_service(notify_db_session):
|
||||
|
||||
Reference in New Issue
Block a user