mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-27 02:41:23 -05:00
more
This commit is contained in:
@@ -208,7 +208,7 @@ def test_update_reply_to_email_address_set_updated_to_default(sample_service):
|
||||
is_default=True,
|
||||
)
|
||||
|
||||
results = db.session.execute(select(ServiceEmailReplyTo)).scalars().all()
|
||||
results = db.session.execute(select(ServiceEmailReplyTo)).all()
|
||||
assert len(results) == 2
|
||||
for x in results:
|
||||
if x.email_address == "change_address@email.com":
|
||||
|
||||
Reference in New Issue
Block a user