Skip to content

Commit

Permalink
fix: typo in Type (#2888)
Browse files Browse the repository at this point in the history
  • Loading branch information
rikuke committed Mar 20, 2024
1 parent 7010b0d commit f880842
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/benefit/applications/services/ahjo_payload.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def _prepare_top_level_dict(
"Role": "sender_initiator",
"CorporateName": application.company.name,
"ContactPerson": application.contact_person,
"Type": "ExterOnal",
"Type": "External",
"Email": application.company_contact_person_email,
"AddressStreet": application.company.street_address,
"AddressPostalCode": application.company.postcode,
Expand Down
2 changes: 1 addition & 1 deletion backend/benefit/applications/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ def ahjo_open_case_top_level_dict(decided_application):
"Role": "sender_initiator",
"CorporateName": application.company.name,
"ContactPerson": application.contact_person,
"Type": "ExterOnal",
"Type": "External",
"Email": application.company_contact_person_email,
"AddressStreet": application.company.street_address,
"AddressPostalCode": application.company.postcode,
Expand Down

0 comments on commit f880842

Please sign in to comment.