Skip to content

Commit

Permalink
fixup! Issue #150 refactor simple crossbackend split logic for future…
Browse files Browse the repository at this point in the history
… extension
  • Loading branch information
soxofaan committed Sep 16, 2024
1 parent 1ab0736 commit dc55147
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/partitionedjobs/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ def test_create_job_basic(self, flask_app, api100, zk_db, dummy1, requests_mock)
"backend_id": "b1",
"process_graph": {
"lc2": {"process_id": "load_collection", "arguments": {"id": "S2"}},
"sr1": {
"_agg_crossbackend_save_result": {
"process_id": "save_result",
"arguments": {"data": {"from_node": "lc2"}, "format": "GTiff"},
"result": True,
Expand Down Expand Up @@ -873,7 +873,7 @@ def test_create_job_basic(self, flask_app, api100, zk_db, dummy1, requests_mock)
assert dummy1.get_job_status(TEST_USER, expected_job_id) == "created"
assert dummy1.get_job_data(TEST_USER, expected_job_id).create["process"]["process_graph"] == {
"lc2": {"process_id": "load_collection", "arguments": {"id": "S2"}},
"sr1": {
"_agg_crossbackend_save_result": {
"process_id": "save_result",
"arguments": {"data": {"from_node": "lc2"}, "format": "GTiff"},
"result": True,
Expand Down

0 comments on commit dc55147

Please sign in to comment.