Updated tests to match the formatting work done in the admin repo

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2024-05-17 17:14:46 -04:00
parent ac4ebacfeb
commit aafa7178f9
30 changed files with 553 additions and 499 deletions

View File

@@ -50,7 +50,7 @@ def test_missing_data():
],
)
@pytest.mark.parametrize(
"key, should_be_present",
("key", "should_be_present"),
[
("foo", True),
("f_o_o", True),