mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-26 17:23:50 -04:00
remove all() from statement
This commit is contained in:
@@ -1297,7 +1297,7 @@ def test_query_organization_sms_usage_for_year_handles_multiple_rates(
|
|||||||
)
|
)
|
||||||
|
|
||||||
stmt = query_organization_sms_usage_for_year(org.id, 2022)
|
stmt = query_organization_sms_usage_for_year(org.id, 2022)
|
||||||
rows = db.session.execute(rows).all()
|
rows = db.session.execute(stmt).all()
|
||||||
result = [row._asdict() for row in rows]
|
result = [row._asdict() for row in rows]
|
||||||
|
|
||||||
# al lthe free allowance is used on the first day
|
# al lthe free allowance is used on the first day
|
||||||
|
|||||||
Reference in New Issue
Block a user