-
Notifications
You must be signed in to change notification settings - Fork 74
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
18163 AGM location change update filer and validations #2258
Conversation
assert filing_json['filing']['agmLocationChange']['newAgmLocation']['addressCity'] == \ | ||
agm_location.get('addressCity') | ||
assert filing_json['filing']['agmLocationChange']['agmLocation'] == agm_location_change.get('agmLocation') | ||
assert filing_json['filing']['agmLocationChange']['reason'] == agm_location_change.get('reason') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once bcgov/business-schemas#146 gets merged, I will update the business schema version in the requirements so that the example data gets updated.
Codecov Report
@@ Coverage Diff @@
## main #2258 +/- ##
==========================================
+ Coverage 77.03% 77.37% +0.33%
==========================================
Files 161 202 +41
Lines 9838 11602 +1764
Branches 1660 1961 +301
==========================================
+ Hits 7579 8977 +1398
- Misses 1801 2043 +242
- Partials 458 582 +124
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Looks good but let's see what comes out of the schema review. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Issue #: /bcgov/entity#18163
Description of changes:
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).