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:
Carlo Costino
2023-09-29 17:28:58 -04:00
parent f5a5fbc926
commit 35ecd7006a
15 changed files with 100 additions and 94 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),