mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 08:25:15 -05:00
- Add update dao_update_annual_billing_for_current_and_future_years
- moved get_current_financial_year_start_year from service.utils to dao.date_utils - Moved logic for data persistence from rest to dao when updating records in db
This commit is contained in:
@@ -37,7 +37,7 @@ from tests.app.db import (
|
||||
create_service_sms_sender
|
||||
)
|
||||
from tests.app.db import create_user
|
||||
from app.service.utils import get_current_financial_year_start_year
|
||||
from app.dao.date_util import get_current_financial_year_start_year
|
||||
|
||||
|
||||
def test_get_service_list(client, service_factory):
|
||||
|
||||
Reference in New Issue
Block a user