mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-23 15:56:45 -04:00
Added changes to support extra day in activity chart (#1928)
This commit is contained in:
@@ -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"},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user