mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 17:31:14 -05:00
try scalars to resolve test failure
This commit is contained in:
@@ -462,7 +462,7 @@ def _query_for_billing_data(notification_type, start_date, end_date, service):
|
|||||||
}
|
}
|
||||||
|
|
||||||
query = query_funcs[notification_type]()
|
query = query_funcs[notification_type]()
|
||||||
return db.session.execute(query).all()
|
return db.session.execute(query).scalars().all()
|
||||||
|
|
||||||
|
|
||||||
def get_rates_for_billing():
|
def get_rates_for_billing():
|
||||||
|
|||||||
Reference in New Issue
Block a user