mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-26 17:24:23 -04:00
A few more tests taken care of.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
@@ -4,7 +4,7 @@ import pytest
|
||||
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
"query_args, result", [({}, True), ({"govuk_banner": "false"}, "false")]
|
||||
("query_args", "result"), [({}, True), ({"govuk_banner": "false"}, "false")]
|
||||
)
|
||||
def test_renders(client_request, mocker, query_args, result):
|
||||
mocker.patch(
|
||||
|
||||
Reference in New Issue
Block a user