mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-11 09:28:27 -04:00
Finally finished linting all the tests!
...Now to fix the ones I broke... :lolsob: 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),
|
||||
|
||||
Reference in New Issue
Block a user