Skip to content

Commit

Permalink
hotfix for e2e testing
Browse files Browse the repository at this point in the history
  • Loading branch information
wbaccinelli committed Jan 11, 2023
1 parent aa06c04 commit 6949d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper/populate_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ def create_test_data(user_id: int):
recursive=True, week_days='1,2,3,4,5,6,7',
preferred_time=(datetime.now().astimezone(tz_nl)+timedelta(minutes=7))),

InterventionActivitiesPerformed(users_nicedayuid=user_id, intervention_activity_id=1)
InterventionActivitiesPerformed(users_nicedayuid=user_id, intervention_activity_id=2, user_input='test input')
]

return data
Expand Down

0 comments on commit 6949d28

Please sign in to comment.