Fix malformed tuples

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2023-09-29 17:40:28 -04:00
parent 35ecd7006a
commit 7163f813ce
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ from tests.conftest import set_config_values
@pytest.mark.parametrize(
("check_proxy_header", "header_value,expected_code"),
("check_proxy_header", "header_value", "expected_code"),
[
(True, "key_1", 200),
(True, "wrong_key", 403),

View File

@@ -200,7 +200,7 @@ def test_service_setting_link_toggles_index_error(
@pytest.mark.parametrize(
("permissions", "permissions_text,visible"),
("permissions", "permissions_text", "visible"),
[
("sms", "inbound SMS", True),
("inbound_sms", "inbound SMS", False), # no sms parent permission