Skip to content

Commit

Permalink
Fixed payload not being correctly indexed and resource not being dele…
Browse files Browse the repository at this point in the history
…ted after test-run
  • Loading branch information
GeraldIr committed Feb 21, 2024
1 parent 8521082 commit 482ea17
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/openeo_test_suite/tests/general/test_compliance.py
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,7 @@ def test_empty_PUT_process_graphs_process_id(
conformance_util.load_payloads_from_directory(
directory_path=directory_path / examples_directory
)
)
)[0]

# TESTING

Expand All @@ -1311,6 +1311,13 @@ def test_empty_PUT_process_graphs_process_id(

# CLEANUP

conformance_util.delete_id_resource(
base_url=base_url,
endpoint_path=endpoint_path,
bearer_token=bearer_token,
ids=[id],
)

assert fail_log == ""


Expand Down

0 comments on commit 482ea17

Please sign in to comment.