Reformatted a handful more tests

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2023-09-08 17:58:06 -04:00
parent 23f894581c
commit 72c8a46b8c
21 changed files with 139 additions and 118 deletions

View File

@@ -57,7 +57,7 @@ def test_activate_user_already_active(
@pytest.mark.parametrize(
"is_platform_admin, value_in_session, expected_result",
("is_platform_admin", "value_in_session", "expected_result"),
[
(True, True, False),
(True, False, True),