-
Notifications
You must be signed in to change notification settings - Fork 4
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
SSCSCI-1588 #4323
base: master
Are you sure you want to change the base?
SSCSCI-1588 #4323
Conversation
CCD diff reportNo change |
CCD diff reportNo change |
Integration Tests results 80 files ±0 80 suites ±0 12m 46s ⏱️ -45s Results for commit 21e8822. ± Comparison against base commit 2a38b5e. This pull request removes 8 and adds 8 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
CCD diff reportNo change |
@@ -39,13 +39,13 @@ public class DocumentConfigurationTest { | |||
public static Object[][] documentParameters() { | |||
return new Object[][] { | |||
{LanguagePreference.ENGLISH, EventType.CORRECTION_GRANTED, Optional.empty(), "TB-SCS-GNO-ENG-corrected-decision-notice.docx"}, |
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.
should we get these from the yaml as well?
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.
maybe a task as part of clean up too?
@@ -71,13 +71,13 @@ docmosis.uri=${DOCMOSIS_SERVICE_BASE_URL:https://docmosis.aat.platform.hmcts.net | |||
documents.english.CORRECTION_GRANTED=TB-SCS-GNO-ENG-corrected-decision-notice.docx |
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.
is this file still being used?
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.
unsure, updated it just in case
general question not necessarily about your changes:
|
I don't think they're really needed, maybe as part of a clean up ticket we can remove some seemingly redundant ones? i.e. application.properties.old |
CCD diff reportNo change |
CCD diff reportNo change |
Jira link
See SSCSCI-1588
Change description
Pointing to new templates to replace hardcoded "NI No" with <> placeholder for draft and final decision notice
Testing done
Checklist