Skip to content

Commit

Permalink
Merge pull request #10868 from Ostap-Zherebetskyi/fix/SHARE_tests
Browse files Browse the repository at this point in the history
[ENG-6722] Updated SHARE tests according to the SHARE update
  • Loading branch information
cslzchen authored Dec 21, 2024
2 parents ba18d08 + f16431b commit 7361352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api_tests/share/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def expect_preprint_ingest_request(mock_share_responses, preprint, *, delete=Fal
# and postcommit-task handling (so on_preprint_updated actually runs)
with expect_ingest_request(
mock_share_responses,
preprint._id,
preprint.get_guid()._id,
token=preprint.provider.access_token,
delete=delete,
count=count,
Expand Down

0 comments on commit 7361352

Please sign in to comment.