Added changes to support extra day in activity chart (#1928)

This commit is contained in:
Alex Janousek
2025-08-25 16:28:54 -04:00
committed by GitHub
parent c3e5f0b31e
commit 86458fe1a0
6 changed files with 39 additions and 23 deletions

View File

@@ -15,9 +15,8 @@ from tests.app.db import create_ft_notification_status, create_notification
@pytest.mark.parametrize(
"query_string",
[
{},
{"whole_days": -1},
{"whole_days": 8},
{"whole_days": 9},
{"whole_days": 3.5},
{"whole_days": "blurk"},
],