-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RIA-TASK - Merge master changes to DLRM - ia-home-office-integration-…
…api (#375) * base branch for dlrm * RIA-8101 DLRM judge refactor (#376) * RIA-8101 DLRM judge rework * RIA-8101 DLRM judge rework - renaming classes --------- Co-authored-by: JamieClarkeV1 <[email protected]> * Revert "RIA-8101 DLRM judge refactor" (#378) * RIA-8101 judge rework ho-integration (#380) * RIA-8101 DLRM judge rework * RIA-8101 DLRM judge rework - jenkins fix * RIA-8101 DLRM judge rework - jenkins fix * RIA-8101 DLRM judge rework - jenkins fix * RIA-8101 DLRM judge rework - addressing comments * RIA-8101 DLRM judge rework - renaming functional tests --------- Co-authored-by: JamieClarkeV1 <[email protected]> * RIA-8104 Fix sonnar issue (#382) * Empty-Commit * RIA-8104 Fix build * RIA-8104 fix linting * update suppressions.xml (#385) * update suppressions.xml (#387) * RIA-8758 DLRM rebase from master for CcdScenarioRunnerTest (#388) * RIA-8888 updated suppressions.xml (#392) * updated suppressions.xml * updated suppressions.xml * RIA-8860 Merge with master (#398) * RIA-8934 Fix configuration files before merging * RIA-8934 Fix configuration files before merging --------- Co-authored-by: JamieClarkeV1 <[email protected]> Co-authored-by: Miguel Martin <[email protected]> Co-authored-by: ThomasKKC <[email protected]> Co-authored-by: Ryan-Nesbitt <[email protected]>
- Loading branch information
1 parent
e861874
commit c757d12
Showing
23 changed files
with
794 additions
and
5 deletions.
There are no files selected for viewing
34 changes: 34 additions & 0 deletions
34
...unctionalTest/resources/scenarios/RIA-3307-decide-ftpa-application-appellant-granted.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"description": "RIA-3307 Home Office notification: FTPA appellant decision - granted", | ||
"launchDarklyKey": "dlrm-setaside-feature-flag:true", | ||
"request": { | ||
"uri": "/asylum/ccdAboutToSubmit", | ||
"credentials": "Judge", | ||
"input": { | ||
"id": 1234, | ||
"eventId": "decideFtpaApplication", | ||
"state": "ftpaDecided", | ||
"caseData": { | ||
"template": "minimal-appeal-submitted.json", | ||
"replacements": { | ||
"homeOfficeReferenceNumber": "1212-0099-0062-8083", | ||
"ftpaApplicantType": "appellant", | ||
"ftpaAppellantRjDecisionOutcomeType": "granted" | ||
} | ||
} | ||
} | ||
}, | ||
"expectation": { | ||
"status": 200, | ||
"errors": [], | ||
"caseData": { | ||
"template": "minimal-appeal-submitted.json", | ||
"replacements": { | ||
"homeOfficeReferenceNumber": "1212-0099-0062-8083", | ||
"ftpaApplicantType": "appellant", | ||
"ftpaAppellantRjDecisionOutcomeType": "granted", | ||
"homeOfficeFtpaAppellantDecidedInstructStatus": "OK" | ||
} | ||
} | ||
} | ||
} |
34 changes: 34 additions & 0 deletions
34
...Test/resources/scenarios/RIA-3307-decide-ftpa-application-appellant-partiallyGranted.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"description": "RIA-3307 Home Office notification: FTPA appellant decision - partially granted", | ||
"launchDarklyKey": "dlrm-setaside-feature-flag:true", | ||
"request": { | ||
"uri": "/asylum/ccdAboutToSubmit", | ||
"credentials": "Judge", | ||
"input": { | ||
"id": 1234, | ||
"eventId": "decideFtpaApplication", | ||
"state": "ftpaSubmitted", | ||
"caseData": { | ||
"template": "minimal-appeal-submitted.json", | ||
"replacements": { | ||
"homeOfficeReferenceNumber": "1212-0099-0062-8083", | ||
"ftpaApplicantType": "appellant", | ||
"ftpaAppellantRjDecisionOutcomeType": "partiallyGranted" | ||
} | ||
} | ||
} | ||
}, | ||
"expectation": { | ||
"status": 200, | ||
"errors": [], | ||
"caseData": { | ||
"template": "minimal-appeal-submitted.json", | ||
"replacements": { | ||
"homeOfficeReferenceNumber": "1212-0099-0062-8083", | ||
"ftpaApplicantType": "appellant", | ||
"ftpaAppellantRjDecisionOutcomeType": "partiallyGranted", | ||
"homeOfficeFtpaAppellantDecidedInstructStatus": "OK" | ||
} | ||
} | ||
} | ||
} |
34 changes: 34 additions & 0 deletions
34
...unctionalTest/resources/scenarios/RIA-3307-decide-ftpa-application-appellant-refused.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"description": "RIA-3307 Home Office notification: FTPA appellant decision - refused", | ||
"launchDarklyKey": "dlrm-setaside-feature-flag:true", | ||
"request": { | ||
"uri": "/asylum/ccdAboutToSubmit", | ||
"credentials": "Judge", | ||
"input": { | ||
"id": 1234, | ||
"eventId": "decideFtpaApplication", | ||
"state": "ftpaDecided", | ||
"caseData": { | ||
"template": "minimal-appeal-submitted.json", | ||
"replacements": { | ||
"homeOfficeReferenceNumber": "1212-0099-0062-8083", | ||
"ftpaApplicantType": "appellant", | ||
"ftpaAppellantRjDecisionOutcomeType": "refused" | ||
} | ||
} | ||
} | ||
}, | ||
"expectation": { | ||
"status": 200, | ||
"errors": [], | ||
"caseData": { | ||
"template": "minimal-appeal-submitted.json", | ||
"replacements": { | ||
"homeOfficeReferenceNumber": "1212-0099-0062-8083", | ||
"ftpaApplicantType": "appellant", | ||
"ftpaAppellantRjDecisionOutcomeType": "refused", | ||
"homeOfficeFtpaAppellantDecidedInstructStatus": "OK" | ||
} | ||
} | ||
} | ||
} |
34 changes: 34 additions & 0 deletions
34
...ctionalTest/resources/scenarios/RIA-3307-decide-ftpa-application-appellant-reheard32.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"description": "RIA-3307 Home Office notification:FTPA appellant decision - reheard Rule 32", | ||
"launchDarklyKey": "dlrm-setaside-feature-flag:true", | ||
"request": { | ||
"uri": "/asylum/ccdAboutToSubmit", | ||
"credentials": "Judge", | ||
"input": { | ||
"id": 1234, | ||
"eventId": "decideFtpaApplication", | ||
"state": "ftpaSubmitted", | ||
"caseData": { | ||
"template": "minimal-appeal-submitted.json", | ||
"replacements": { | ||
"homeOfficeReferenceNumber": "1212-0099-0062-8083", | ||
"ftpaApplicantType": "appellant", | ||
"ftpaAppellantRjDecisionOutcomeType": "reheardRule32" | ||
} | ||
} | ||
} | ||
}, | ||
"expectation": { | ||
"status": 200, | ||
"errors": [], | ||
"caseData": { | ||
"template": "minimal-appeal-submitted.json", | ||
"replacements": { | ||
"homeOfficeReferenceNumber": "1212-0099-0062-8083", | ||
"ftpaApplicantType": "appellant", | ||
"ftpaAppellantRjDecisionOutcomeType": "reheardRule32", | ||
"homeOfficeFtpaAppellantDecidedInstructStatus": "OK" | ||
} | ||
} | ||
} | ||
} |
34 changes: 34 additions & 0 deletions
34
...ctionalTest/resources/scenarios/RIA-3307-decide-ftpa-application-appellant-reheard35.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"description": "RIA-3307 Home Office notification: FTPA appellant decision - reheard Rule 35", | ||
"launchDarklyKey": "dlrm-setaside-feature-flag:true", | ||
"request": { | ||
"uri": "/asylum/ccdAboutToSubmit", | ||
"credentials": "Judge", | ||
"input": { | ||
"id": 1234, | ||
"eventId": "decideFtpaApplication", | ||
"state": "ftpaSubmitted", | ||
"caseData": { | ||
"template": "minimal-appeal-submitted.json", | ||
"replacements": { | ||
"homeOfficeReferenceNumber": "1212-0099-0062-8083", | ||
"ftpaApplicantType": "appellant", | ||
"ftpaAppellantRjDecisionOutcomeType": "reheardRule35" | ||
} | ||
} | ||
} | ||
}, | ||
"expectation": { | ||
"status": 200, | ||
"errors": [], | ||
"caseData": { | ||
"template": "minimal-appeal-submitted.json", | ||
"replacements": { | ||
"homeOfficeReferenceNumber": "1212-0099-0062-8083", | ||
"ftpaApplicantType": "appellant", | ||
"ftpaAppellantRjDecisionOutcomeType": "reheardRule35", | ||
"homeOfficeFtpaAppellantDecidedInstructStatus": "OK" | ||
} | ||
} | ||
} | ||
} |
36 changes: 36 additions & 0 deletions
36
...Test/resources/scenarios/RIA-3307-decide-ftpa-application-appellant-remade32-allowed.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"description": "RIA-3307 Home Office notification: FTPA appellant decision - remade Rule 32 (Allowed)", | ||
"launchDarklyKey": "dlrm-setaside-feature-flag:true", | ||
"request": { | ||
"uri": "/asylum/ccdAboutToSubmit", | ||
"credentials": "Judge", | ||
"input": { | ||
"id": 1234, | ||
"eventId": "decideFtpaApplication", | ||
"state": "ftpaSubmitted", | ||
"caseData": { | ||
"template": "minimal-appeal-submitted.json", | ||
"replacements": { | ||
"homeOfficeReferenceNumber": "1212-0099-0062-8083", | ||
"ftpaApplicantType": "appellant", | ||
"ftpaAppellantRjDecisionOutcomeType": "remadeRule32", | ||
"ftpaAppellantDecisionRemadeRule32": "allowed" | ||
} | ||
} | ||
} | ||
}, | ||
"expectation": { | ||
"status": 200, | ||
"errors": [], | ||
"caseData": { | ||
"template": "minimal-appeal-submitted.json", | ||
"replacements": { | ||
"homeOfficeReferenceNumber": "1212-0099-0062-8083", | ||
"ftpaApplicantType": "appellant", | ||
"ftpaAppellantRjDecisionOutcomeType": "remadeRule32", | ||
"ftpaAppellantDecisionRemadeRule32": "allowed", | ||
"homeOfficeFtpaAppellantDecidedInstructStatus": "OK" | ||
} | ||
} | ||
} | ||
} |
36 changes: 36 additions & 0 deletions
36
...st/resources/scenarios/RIA-3307-decide-ftpa-application-appellant-remade32-dismissed.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"description": "RIA-3307 Home Office notification: FTPA appellant decision - remade Rule 32 (Dismissed)", | ||
"launchDarklyKey": "dlrm-setaside-feature-flag:true", | ||
"request": { | ||
"uri": "/asylum/ccdAboutToSubmit", | ||
"credentials": "Judge", | ||
"input": { | ||
"id": 1234, | ||
"eventId": "decideFtpaApplication", | ||
"state": "ftpaSubmitted", | ||
"caseData": { | ||
"template": "minimal-appeal-submitted.json", | ||
"replacements": { | ||
"homeOfficeReferenceNumber": "1212-0099-0062-8083", | ||
"ftpaApplicantType": "appellant", | ||
"ftpaAppellantRjDecisionOutcomeType": "remadeRule32", | ||
"ftpaAppellantDecisionRemadeRule32": "dismissed" | ||
} | ||
} | ||
} | ||
}, | ||
"expectation": { | ||
"status": 200, | ||
"errors": [], | ||
"caseData": { | ||
"template": "minimal-appeal-submitted.json", | ||
"replacements": { | ||
"homeOfficeReferenceNumber": "1212-0099-0062-8083", | ||
"ftpaApplicantType": "appellant", | ||
"ftpaAppellantRjDecisionOutcomeType": "remadeRule32", | ||
"ftpaAppellantDecisionRemadeRule32": "dismissed", | ||
"homeOfficeFtpaAppellantDecidedInstructStatus": "OK" | ||
} | ||
} | ||
} | ||
} |
34 changes: 34 additions & 0 deletions
34
...nctionalTest/resources/scenarios/RIA-3307-decide-ftpa-application-respondent-granted.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"description": "RIA-3307 Home Office notification: FTPA respondent decision - granted", | ||
"launchDarklyKey": "dlrm-setaside-feature-flag:true", | ||
"request": { | ||
"uri": "/asylum/ccdAboutToSubmit", | ||
"credentials": "Judge", | ||
"input": { | ||
"id": 1234, | ||
"eventId": "decideFtpaApplication", | ||
"state": "ftpaDecided", | ||
"caseData": { | ||
"template": "minimal-appeal-submitted.json", | ||
"replacements": { | ||
"homeOfficeReferenceNumber": "1212-0099-0062-8083", | ||
"ftpaApplicantType": "respondent", | ||
"ftpaRespondentRjDecisionOutcomeType": "granted" | ||
} | ||
} | ||
} | ||
}, | ||
"expectation": { | ||
"status": 200, | ||
"errors": [], | ||
"caseData": { | ||
"template": "minimal-appeal-submitted.json", | ||
"replacements": { | ||
"homeOfficeReferenceNumber": "1212-0099-0062-8083", | ||
"ftpaApplicantType": "respondent", | ||
"ftpaRespondentRjDecisionOutcomeType": "granted", | ||
"homeOfficeFtpaRespondentDecidedInstructStatus": "OK" | ||
} | ||
} | ||
} | ||
} |
34 changes: 34 additions & 0 deletions
34
...est/resources/scenarios/RIA-3307-decide-ftpa-application-respondent-partiallyGranted.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"description": "RIA-3307 Home Office notification: FTPA respondent decision - partially granted", | ||
"launchDarklyKey": "dlrm-setaside-feature-flag:true", | ||
"request": { | ||
"uri": "/asylum/ccdAboutToSubmit", | ||
"credentials": "Judge", | ||
"input": { | ||
"id": 1234, | ||
"eventId": "decideFtpaApplication", | ||
"state": "ftpaSubmitted", | ||
"caseData": { | ||
"template": "minimal-appeal-submitted.json", | ||
"replacements": { | ||
"homeOfficeReferenceNumber": "1212-0099-0062-8083", | ||
"ftpaApplicantType": "respondent", | ||
"ftpaRespondentRjDecisionOutcomeType": "partiallyGranted" | ||
} | ||
} | ||
} | ||
}, | ||
"expectation": { | ||
"status": 200, | ||
"errors": [], | ||
"caseData": { | ||
"template": "minimal-appeal-submitted.json", | ||
"replacements": { | ||
"homeOfficeReferenceNumber": "1212-0099-0062-8083", | ||
"ftpaApplicantType": "respondent", | ||
"ftpaRespondentRjDecisionOutcomeType": "partiallyGranted", | ||
"homeOfficeFtpaRespondentDecidedInstructStatus": "OK" | ||
} | ||
} | ||
} | ||
} |
34 changes: 34 additions & 0 deletions
34
...nctionalTest/resources/scenarios/RIA-3307-decide-ftpa-application-respondent-refused.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"description": "RIA-3307 Home Office notification: FTPA respondent decision - refused", | ||
"launchDarklyKey": "dlrm-setaside-feature-flag:true", | ||
"request": { | ||
"uri": "/asylum/ccdAboutToSubmit", | ||
"credentials": "Judge", | ||
"input": { | ||
"id": 1234, | ||
"eventId": "decideFtpaApplication", | ||
"state": "ftpaDecided", | ||
"caseData": { | ||
"template": "minimal-appeal-submitted.json", | ||
"replacements": { | ||
"homeOfficeReferenceNumber": "1212-0099-0062-8083", | ||
"ftpaApplicantType": "respondent", | ||
"ftpaRespondentRjDecisionOutcomeType": "refused" | ||
} | ||
} | ||
} | ||
}, | ||
"expectation": { | ||
"status": 200, | ||
"errors": [], | ||
"caseData": { | ||
"template": "minimal-appeal-submitted.json", | ||
"replacements": { | ||
"homeOfficeReferenceNumber": "1212-0099-0062-8083", | ||
"ftpaApplicantType": "respondent", | ||
"ftpaRespondentRjDecisionOutcomeType": "refused", | ||
"homeOfficeFtpaRespondentDecidedInstructStatus": "OK" | ||
} | ||
} | ||
} | ||
} |
34 changes: 34 additions & 0 deletions
34
...tionalTest/resources/scenarios/RIA-3307-decide-ftpa-application-respondent-reheard32.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"description": "RIA-3307 Home Office notification: FTPA respondent decision - reheard Rule 32", | ||
"launchDarklyKey": "dlrm-setaside-feature-flag:true", | ||
"request": { | ||
"uri": "/asylum/ccdAboutToSubmit", | ||
"credentials": "Judge", | ||
"input": { | ||
"id": 1234, | ||
"eventId": "decideFtpaApplication", | ||
"state": "ftpaSubmitted", | ||
"caseData": { | ||
"template": "minimal-appeal-submitted.json", | ||
"replacements": { | ||
"homeOfficeReferenceNumber": "1212-0099-0062-8083", | ||
"ftpaApplicantType": "respondent", | ||
"ftpaRespondentRjDecisionOutcomeType": "reheardRule32" | ||
} | ||
} | ||
} | ||
}, | ||
"expectation": { | ||
"status": 200, | ||
"errors": [], | ||
"caseData": { | ||
"template": "minimal-appeal-submitted.json", | ||
"replacements": { | ||
"homeOfficeReferenceNumber": "1212-0099-0062-8083", | ||
"ftpaApplicantType": "respondent", | ||
"ftpaRespondentRjDecisionOutcomeType": "reheardRule32", | ||
"homeOfficeFtpaRespondentDecidedInstructStatus": "OK" | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.