From ab39f0ad48a1d4afcdfdc578f3d9d14580ab5596 Mon Sep 17 00:00:00 2001 From: JuanFran Adame <9873247+franjuan@users.noreply.github.com> Date: Fri, 4 Oct 2024 21:09:46 +0200 Subject: [PATCH] fix: PEP8 formatting --- tests/integration/test_api_tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_api_tasks.py b/tests/integration/test_api_tasks.py index b70dab5..3406fce 100644 --- a/tests/integration/test_api_tasks.py +++ b/tests/integration/test_api_tasks.py @@ -46,7 +46,7 @@ def test_jobs_cycle(setup_client, setup_query, job_name): # Get all jobs result = setup_client.get_jobs() - assert len(result["object"]) > 0 + assert len(result["object"]) > 0 # Get job by job id result = setup_client.get_job(job_id=job_id)