add a test in service rest

This commit is contained in:
Kenneth Kehl
2024-10-03 09:48:32 -07:00
parent 55966267c2
commit b0735ffcdc

View File

@@ -1975,8 +1975,8 @@ def test_get_monthly_notification_stats_by_user(
response = client.get(
path=(f"/service/{sample_service.id}/notifications/{sample_user.id}/monthly"),
year=2024,
headers=[auth_header],
year="2024",
)
resp = json.loads(response.get_data(as_text=True))