mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-23 07:46:06 -04:00
get rid of skips
This commit is contained in:
@@ -250,7 +250,8 @@ def test_receive_notification_error_if_not_single_matching_service(
|
|||||||
response = sns_post(client, data)
|
response = sns_post(client, data)
|
||||||
|
|
||||||
assert response.status_code == 200
|
assert response.status_code == 200
|
||||||
assert response.result == "success"
|
parsed_response = json.loads(response.get_data(as_text=True))
|
||||||
|
assert parsed_response["result"] == "success"
|
||||||
|
|
||||||
stmt = select(func.count()).select_from(InboundSms)
|
stmt = select(func.count()).select_from(InboundSms)
|
||||||
count = db.session.execute(stmt).scalar() or 0
|
count = db.session.execute(stmt).scalar() or 0
|
||||||
|
|||||||
Reference in New Issue
Block a user