Skip to content

Commit

Permalink
Solved test
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel-lorenzo committed Oct 18, 2021
1 parent ca68559 commit 8d0acdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_integration_onboarding.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def do_complete_onboarding() -> Result[dict, Error]:
manual=True,
).handle()
onboarding.add_other_trusted_document(
user_id=user_id, document_id=document_id, pdf=given_any_pdf_media_data
user_id=user_id, pdf=given_any_pdf_media_data
).unwrap_or_return()
onboarding.document_properties(
user_id=user_id, document_id=document_id
Expand Down

0 comments on commit 8d0acdb

Please sign in to comment.