Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

21515 - MRAS & BN emails for continuation in and amalgamation #2966

Merged
merged 6 commits into from
Sep 5, 2024

Conversation

ketaki-deodhar
Copy link
Collaborator

@ketaki-deodhar ketaki-deodhar commented Sep 4, 2024

Issue #: /bcgov/entity#21515

Description of changes:

  • MRAS & BN emails for continuation in and amalgamation
  • add unit tests

Some other unit tests are failing but the ones I added are running locally:

image

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the lear license (Apache 2.0).

@ketaki-deodhar ketaki-deodhar self-assigned this Sep 5, 2024
@ketaki-deodhar ketaki-deodhar marked this pull request as ready for review September 5, 2024 14:55
@@ -121,14 +122,16 @@ def subscription_options():
identifier = arg
elif opt in ('-n', '--name'):
name = arg
if not etype or (etype not in [affiliation_type, dissolution_type] and not all([fid, etype, option])):
if not etype or (etype not in [affiliation_type, dissolution_type, bn] and not all([fid, etype, option])):
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had to add check for 'bn' here otherwise it would exit right away

Copy link

sonarcloud bot commented Sep 5, 2024

@ketaki-deodhar ketaki-deodhar merged commit 36d3525 into bcgov:main Sep 5, 2024
5 of 6 checks passed
@ketaki-deodhar ketaki-deodhar deleted the 21515 branch September 5, 2024 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants