forked from bcgov/lear
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
19904 email updates for amalgamation application (bcgov#2478)
- Loading branch information
1 parent
3c04dbb
commit 3adb113
Showing
9 changed files
with
51 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,6 +78,6 @@ webcolors==1.13 | |
Werkzeug==1.0.1 | ||
yarl==1.8.2 | ||
zipp==3.15.0 | ||
git+https://github.com/bcgov/[email protected].18#egg=registry_schemas | ||
git+https://github.com/bcgov/[email protected].19#egg=registry_schemas | ||
git+https://github.com/bcgov/lear.git#egg=legal_api&subdirectory=legal-api | ||
git+https://github.com/bcgov/lear.git#egg=entity_queue_common&subdirectory=queue_services/common |
2 changes: 1 addition & 1 deletion
2
queue_services/entity-emailer/requirements/bcregistry-libraries.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
git+https://github.com/bcgov/[email protected].14#egg=registry_schemas | ||
git+https://github.com/bcgov/[email protected].19#egg=registry_schemas | ||
git+https://github.com/bcgov/lear.git#egg=entity_queue_common&subdirectory=queue_services/common | ||
git+https://github.com/bcgov/lear.git#egg=legal_api&subdirectory=legal-api |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,11 +41,11 @@ def test_amalgamation_notification(app, session, status): | |
assert email['content']['subject'] == legal_name + ' - Amalgamation' | ||
assert '[email protected]' in email['recipients'] | ||
else: | ||
assert mock_get_pdfs.call_args[0][2]['identifier'] == 'BC1234567' | ||
assert email['content']['subject'] == legal_name + ' - Confirmation of Amalgamation' | ||
|
||
assert email['content']['body'] | ||
assert email['content']['attachments'] == [] | ||
assert mock_get_pdfs.call_args[0][0] == status | ||
assert mock_get_pdfs.call_args[0][1] == token | ||
assert mock_get_pdfs.call_args[0][2]['identifier'] == 'BC1234567' | ||
assert mock_get_pdfs.call_args[0][3] == filing |