Skip to content

Commit

Permalink
fixup! Issue #401 Improve automatic adding of save_result
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Apr 12, 2023
1 parent 93fc7d5 commit 6962eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rest/datacube/test_datacube.py
Expand Up @@ -457,7 +457,7 @@ def get_create_job_pg(self, connection):

def get() -> dict:
assert create_job.call_count == 1
return create_job.call_args.kwargs["process_graph"]
return create_job.call_args[1]["process_graph"]

yield get

Expand Down

0 comments on commit 6962eb3

Please sign in to comment.