A few more tests taken care of.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2023-09-11 17:02:56 -04:00
parent acb70b43cd
commit 9031d0cb97
3 changed files with 37 additions and 28 deletions

View File

@@ -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(