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

@@ -327,7 +327,7 @@ def test_cancel_job(mocker):
@pytest.mark.parametrize(
"job_data, expected_cache_value",
("job_data", "expected_cache_value"),
[
(
[{"data": [1, 2, 3], "statistics": []}],
@@ -364,7 +364,7 @@ def test_has_jobs_sets_cache(
@pytest.mark.parametrize(
"cache_value, return_value",
("cache_value", "return_value"),
[
(b"true", True),
(b"false", False),