mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-03 17:23:54 -05:00
billing dao test
This commit is contained in:
@@ -138,6 +138,6 @@ def test_dao_get_annual_billing(mocker):
|
||||
stmt = mock_db_session.call_args[0][0]
|
||||
print(f"stmt = {stmt}")
|
||||
print(f"params = {stmt.compile().params}")
|
||||
assert stmt.compile().params["service_id"] == service_id
|
||||
assert stmt.compile().params["service_id_1"] == service_id
|
||||
|
||||
assert result == ["billing_entry1", "billing_entry2"]
|
||||
|
||||
Reference in New Issue
Block a user