Skip to content

Commit

Permalink
fix test case
Browse files Browse the repository at this point in the history
TODO: actually write proper tests
  • Loading branch information
beawitcht committed May 10, 2024
1 parent 83ab35d commit 19bbd2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/docproc/tests/test_populate_doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def test_generate_doc_docx():

context = {
'countries': 'England',
'services': 'Adult (17+)',
'self_med': True,
'self_med_likely': False,
'formal_diagnosis': True,
Expand All @@ -25,6 +26,7 @@ def test_generate_doc_docx():
'bridging_desired': False,
'gic_referral': True,
'chosen_gic': 'Leeds - Wait time (months): 44',
'under_16': False,
'name': 'Bea',
'email': '[email protected]',
'phone': '1234567890',
Expand Down

0 comments on commit 19bbd2a

Please sign in to comment.