Skip to content

Commit

Permalink
fix: fix test for loris integration
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenaY91 committed Jun 11, 2024
1 parent b93fa3b commit 6bf1252
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/apps/answers/tests/test_answers.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@ async def tom_answer_activity_flow_not_completed(
identifier="encrypted_identifier",
),
client=ClientMeta(app_id=f"{uuid.uuid4()}", app_version="1.1", width=984, height=623),
is_data_share=False,
)
)

Expand Down
1 change: 1 addition & 0 deletions src/apps/subjects/tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ def answer_create_payload(applet_one: AppletFull):
width=819,
height=1080,
),
is_data_share=False,
)


Expand Down

0 comments on commit 6bf1252

Please sign in to comment.