diff --git a/tests/app/dao/test_annual_billing_dao.py b/tests/app/dao/test_annual_billing_dao.py index de07e21c4..df248bd0f 100644 --- a/tests/app/dao/test_annual_billing_dao.py +++ b/tests/app/dao/test_annual_billing_dao.py @@ -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"]