mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-06 00:48:46 -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(
|
||||
("check_proxy_header", "header_value,expected_code"),
|
||||
("check_proxy_header", "header_value", "expected_code"),
|
||||
[
|
||||
(True, "key_1", 200),
|
||||
(True, "wrong_key", 403),
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user