-
Notifications
You must be signed in to change notification settings - Fork 75
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
15589 - Backend changes for SR memorandum update. #1994
Conversation
'legalFilings': [ | ||
{'specialResolution': f'{base_url}/api/v2/businesses/CP7654321/filings/1/documents/specialResolution'}, | ||
] | ||
], | ||
'receipt': f'{base_url}/api/v2/businesses/CP7654321/filings/1/documents/receipt', |
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.
Tried to put it alphabetical here.
'legalFilings': [ | ||
{'specialResolution': f'{base_url}/api/v2/businesses/CP7654321/filings/1/documents/specialResolution'}, | ||
] | ||
], | ||
'receipt': f'{base_url}/api/v2/businesses/CP7654321/filings/1/documents/receipt' |
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.
Tried to put it alphabetical here.
} | ||
}, | ||
HTTPStatus.OK, '2017-10-01' | ||
), | ||
('specres_court_completed', 'CP7654321', Business.LegalTypes.COOP.value, | ||
'specialResolution', SPECIAL_RESOLUTION, 'courtOrder', COURT_ORDER, Filing.Status.COMPLETED, | ||
{'documents': {'receipt': f'{base_url}/api/v2/businesses/CP7654321/filings/1/documents/receipt', | ||
{'documents': { | ||
'certificate': f'{base_url}/api/v2/businesses/CP7654321/filings/1/documents/certificate', |
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.
Tried to put it alphabetical here.
Codecov Report
@@ Coverage Diff @@
## main #1994 +/- ##
==========================================
+ Coverage 77.13% 77.19% +0.06%
==========================================
Files 189 156 -33
Lines 10370 9315 -1055
Branches 1721 1551 -170
==========================================
- Hits 7999 7191 -808
+ Misses 1841 1685 -156
+ Partials 530 439 -91
Flags with carried forward coverage won't be shown. Click here to find out more.
|
This reverts commit 470e161.
SonarCloud Quality Gate failed. 0 Bugs No Coverage information |
Issue #: /bcgov/entity#15589
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).