mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-26 20:41:53 -05: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)
|
||||
rows = db.session.execute(rows).all()
|
||||
rows = db.session.execute(stmt).all()
|
||||
result = [row._asdict() for row in rows]
|
||||
|
||||
# al lthe free allowance is used on the first day
|
||||
|
||||
Reference in New Issue
Block a user