mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-28 03:39:29 -04:00
fix syntax
This commit is contained in:
@@ -214,7 +214,7 @@ def test_all_activity_pagination(client_request, mocker):
|
||||
), f"Expected pagination controls {expected_pagination_texts}, but got {pagination_texts}"
|
||||
|
||||
|
||||
@pytest.mark.parametrize("filter_type,expected_limit_days", [
|
||||
@pytest.mark.parametrize(("filter_type", "expected_limit_days"), [
|
||||
("24hours", 1),
|
||||
("3days", 3),
|
||||
("7days", 7),
|
||||
|
||||
Reference in New Issue
Block a user