Skip to content

Commit

Permalink
Fixed a test not deleting created resources
Browse files Browse the repository at this point in the history
  • Loading branch information
GeraldIr committed Feb 21, 2024
1 parent 1f73f66 commit 8521082
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/openeo_test_suite/tests/general/test_compliance.py
Original file line number Diff line number Diff line change
Expand Up @@ -777,6 +777,13 @@ def test_DELETE_jobs_job_id_results(base_url: str, spec: Spec, bearer_token: str

# CLEANUP

conformance_util.delete_id_resource(
base_url=base_url,
endpoint_path=endpoint_path,
bearer_token=bearer_token,
ids=created_batch_job_ids,
)

assert fail_log == ""


Expand Down

0 comments on commit 8521082

Please sign in to comment.