more tests

This commit is contained in:
Kenneth Kehl
2025-07-02 08:35:52 -07:00
parent 68d63e25d1
commit a03cc5a0e8

View File

@@ -3798,7 +3798,7 @@ def test_get_service_statistics_for_specific_days(
)
@patch("app.service.rest.dao_fetch_status_for_service_from_days_for_user")
@patch("app.service.rest.dao_fetch_stats_for_service_from_days_for_user")
@patch("app.service.rest.get_specific_hours_stats")
def test_get_service_statistics_for_specific_days_by_user(
mock_get_stats, mock_fetch_stats