mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 15:46:07 -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,
|
is_default=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
results = db.session.execute(select(ServiceEmailReplyTo)).scalars().all()
|
results = db.session.execute(select(ServiceEmailReplyTo)).all()
|
||||||
assert len(results) == 2
|
assert len(results) == 2
|
||||||
for x in results:
|
for x in results:
|
||||||
if x.email_address == "change_address@email.com":
|
if x.email_address == "change_address@email.com":
|
||||||
|
|||||||
Reference in New Issue
Block a user