Skip to content

Commit

Permalink
fix: PEP8 formatting
Browse files Browse the repository at this point in the history
franjuan committed Oct 4, 2024

Verified

This commit was signed with the committer’s verified signature.
franjuan JuanFran Adame Lorite
1 parent a75cfc1 commit ab39f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_api_tasks.py
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit ab39f0a

Please sign in to comment.