-
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
Fix 24073 - validate date and handle time offset #3050
Fix 24073 - validate date and handle time offset #3050
Conversation
Signed-off-by: Qin <Arwen.Qin@gov.bc.ca>
legal-api/src/legal_api/services/filings/validations/continuation_in.py
Outdated
Show resolved
Hide resolved
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.
Can you update your unit tests to have a COLIN date with time?
I see you've now done this. Thanks!
'error': ( | ||
f"Founding date does not match with founding date from Colin. " | ||
f"Filing founding_date: {founding_date}, " | ||
f"Colin API founding_date: {response_json['business']['foundingDate']}" |
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.
Yes, thanks for removing the debugging code.
Signed-off-by: Qin <Arwen.Qin@gov.bc.ca>
Signed-off-by: Qin <Arwen.Qin@gov.bc.ca>
Signed-off-by: Qin <Arwen.Qin@gov.bc.ca>
Signed-off-by: Qin <Arwen.Qin@gov.bc.ca>
Signed-off-by: Qin <Arwen.Qin@gov.bc.ca>
Quality Gate passedIssues Measures |
@vysakh-menon-aot @severinbeauvais |
Issue #: /bcgov/entity#24073
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).