mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 02:28:25 -04:00
Reformatted a handful more tests
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user