Skip to content

Commit

Permalink
fix: adding missing answer or flow id arg to test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramir Mesquita committed Dec 12, 2024
1 parent e57a58f commit 8a205f9
Showing 1 changed file with 1 addition 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 @@ -1021,6 +1021,7 @@ async def test_list_submit_dates(
respondentId=tom.id,
fromDate=datetime.date.today() - datetime.timedelta(days=10),
toDate=datetime.date.today() + datetime.timedelta(days=10),
activityOrFlowId=applet.activities[0].id,
),
)
assert response.status_code == http.HTTPStatus.OK
Expand Down

0 comments on commit 8a205f9

Please sign in to comment.