mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 11:19:49 -04:00
Fix malformed tuples
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
@@ -4,7 +4,7 @@ from tests.conftest import set_config_values
|
|||||||
|
|
||||||
|
|
||||||
@pytest.mark.parametrize(
|
@pytest.mark.parametrize(
|
||||||
("check_proxy_header", "header_value,expected_code"),
|
("check_proxy_header", "header_value", "expected_code"),
|
||||||
[
|
[
|
||||||
(True, "key_1", 200),
|
(True, "key_1", 200),
|
||||||
(True, "wrong_key", 403),
|
(True, "wrong_key", 403),
|
||||||
|
|||||||
@@ -200,7 +200,7 @@ def test_service_setting_link_toggles_index_error(
|
|||||||
|
|
||||||
|
|
||||||
@pytest.mark.parametrize(
|
@pytest.mark.parametrize(
|
||||||
("permissions", "permissions_text,visible"),
|
("permissions", "permissions_text", "visible"),
|
||||||
[
|
[
|
||||||
("sms", "inbound SMS", True),
|
("sms", "inbound SMS", True),
|
||||||
("inbound_sms", "inbound SMS", False), # no sms parent permission
|
("inbound_sms", "inbound SMS", False), # no sms parent permission
|
||||||
|
|||||||
Reference in New Issue
Block a user