-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'ia-case-documents-api-naba' into ia-case-documents-api-…
…naba-aug-rebase3
- Loading branch information
Showing
22 changed files
with
1,048 additions
and
25 deletions.
There are no files selected for viewing
48 changes: 48 additions & 0 deletions
48
...lTest/resources/scenarios/RIA-7331-internal-appellant-ftpa-decided-partially-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,48 @@ | ||
{ | ||
"description": "RIA-7331 Internal appellant ftpa decided - partially granted letter", | ||
"request": { | ||
"uri": "/asylum/ccdAboutToSubmit", | ||
"credentials": "Judge", | ||
"input": { | ||
"id": 7331, | ||
"eventId": "residentJudgeFtpaDecision", | ||
"state": "ftpaSubmitted", | ||
"caseData": { | ||
"template": "minimal-internal-appeal-submitted.json", | ||
"replacements": { | ||
"appellantInDetention": "Yes", | ||
"ftpaAppellantRjDecisionOutcomeType": "partiallyGranted", | ||
"ftpaApplicantType": "appellant" | ||
} | ||
} | ||
} | ||
}, | ||
"expectation": { | ||
"status": 200, | ||
"errors": [], | ||
"caseData": { | ||
"template": "minimal-internal-appeal-submitted.json", | ||
"replacements": { | ||
"appellantInDetention": "Yes", | ||
"ftpaAppellantRjDecisionOutcomeType": "partiallyGranted", | ||
"ftpaApplicantType": "appellant", | ||
"notificationAttachmentDocuments": [ | ||
{ | ||
"id": "1", | ||
"value": { | ||
"tag": "internalAppellantFtpaDecidedLetter", | ||
"document": { | ||
"document_url": "$/http.+\/documents/[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}/", | ||
"document_filename": "PA 12345 2019-Awan-appellant-ftpa-decided-partially-granted-letter.PDF", | ||
"document_binary_url": "$/http.+\/documents/[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}\/binary/" | ||
}, | ||
"suppliedBy": "", | ||
"description": "", | ||
"dateUploaded": "{$TODAY}" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
48 changes: 48 additions & 0 deletions
48
...unctionalTest/resources/scenarios/RIA-7360-internal-ho-ftpa-decided-granted-document.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,48 @@ | ||
{ | ||
"description": "RIA-7360 Internal HO ftpa decided - granted letter", | ||
"request": { | ||
"uri": "/asylum/ccdAboutToSubmit", | ||
"credentials": "Judge", | ||
"input": { | ||
"id": 7360, | ||
"eventId": "residentJudgeFtpaDecision", | ||
"state": "ftpaSubmitted", | ||
"caseData": { | ||
"template": "minimal-internal-appeal-submitted.json", | ||
"replacements": { | ||
"appellantInDetention": "Yes", | ||
"ftpaRespondentRjDecisionOutcomeType": "granted", | ||
"ftpaApplicantType": "respondent" | ||
} | ||
} | ||
} | ||
}, | ||
"expectation": { | ||
"status": 200, | ||
"errors": [], | ||
"caseData": { | ||
"template": "minimal-internal-appeal-submitted.json", | ||
"replacements": { | ||
"appellantInDetention": "Yes", | ||
"ftpaRespondentRjDecisionOutcomeType": "granted", | ||
"ftpaApplicantType": "respondent", | ||
"notificationAttachmentDocuments": [ | ||
{ | ||
"id": "1", | ||
"value": { | ||
"tag": "internalHoFtpaDecidedLetter", | ||
"document": { | ||
"document_url": "$/http.+\/documents/[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}/", | ||
"document_filename": "PA 12345 2019-Awan-ho-ftpa-decided-granted-letter.PDF", | ||
"document_binary_url": "$/http.+\/documents/[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}\/binary/" | ||
}, | ||
"suppliedBy": "", | ||
"description": "", | ||
"dateUploaded": "{$TODAY}" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
48 changes: 48 additions & 0 deletions
48
...est/resources/scenarios/RIA-7361-internal-ho-ftpa-decided-partially-granted-document.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,48 @@ | ||
{ | ||
"description": "RIA-7361 Internal HO ftpa decided - partially granted letter", | ||
"request": { | ||
"uri": "/asylum/ccdAboutToSubmit", | ||
"credentials": "Judge", | ||
"input": { | ||
"id": 7361, | ||
"eventId": "residentJudgeFtpaDecision", | ||
"state": "ftpaSubmitted", | ||
"caseData": { | ||
"template": "minimal-internal-appeal-submitted.json", | ||
"replacements": { | ||
"appellantInDetention": "Yes", | ||
"ftpaRespondentRjDecisionOutcomeType": "partiallyGranted", | ||
"ftpaApplicantType": "respondent" | ||
} | ||
} | ||
} | ||
}, | ||
"expectation": { | ||
"status": 200, | ||
"errors": [], | ||
"caseData": { | ||
"template": "minimal-internal-appeal-submitted.json", | ||
"replacements": { | ||
"appellantInDetention": "Yes", | ||
"ftpaRespondentRjDecisionOutcomeType": "partiallyGranted", | ||
"ftpaApplicantType": "respondent", | ||
"notificationAttachmentDocuments": [ | ||
{ | ||
"id": "1", | ||
"value": { | ||
"tag": "internalHoFtpaDecidedLetter", | ||
"document": { | ||
"document_url": "$/http.+\/documents/[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}/", | ||
"document_filename": "PA 12345 2019-Awan-ho-ftpa-decided-partially-granted-letter.PDF", | ||
"document_binary_url": "$/http.+\/documents/[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}\/binary/" | ||
}, | ||
"suppliedBy": "", | ||
"description": "", | ||
"dateUploaded": "{$TODAY}" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
48 changes: 48 additions & 0 deletions
48
...unctionalTest/resources/scenarios/RIA-7362-internal-ho-ftpa-decided-refused-document.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,48 @@ | ||
{ | ||
"description": "RIA-7362 Internal HO ftpa decided - refused letter", | ||
"request": { | ||
"uri": "/asylum/ccdAboutToSubmit", | ||
"credentials": "Judge", | ||
"input": { | ||
"id": 7362, | ||
"eventId": "residentJudgeFtpaDecision", | ||
"state": "ftpaSubmitted", | ||
"caseData": { | ||
"template": "minimal-internal-appeal-submitted.json", | ||
"replacements": { | ||
"appellantInDetention": "Yes", | ||
"ftpaRespondentRjDecisionOutcomeType": "refused", | ||
"ftpaApplicantType": "respondent" | ||
} | ||
} | ||
} | ||
}, | ||
"expectation": { | ||
"status": 200, | ||
"errors": [], | ||
"caseData": { | ||
"template": "minimal-internal-appeal-submitted.json", | ||
"replacements": { | ||
"appellantInDetention": "Yes", | ||
"ftpaRespondentRjDecisionOutcomeType": "refused", | ||
"ftpaApplicantType": "respondent", | ||
"notificationAttachmentDocuments": [ | ||
{ | ||
"id": "1", | ||
"value": { | ||
"tag": "internalHoFtpaDecidedLetter", | ||
"document": { | ||
"document_url": "$/http.+\/documents/[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}/", | ||
"document_filename": "PA 12345 2019-Awan-ho-ftpa-decided-refused-letter.PDF", | ||
"document_binary_url": "$/http.+\/documents/[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}\/binary/" | ||
}, | ||
"suppliedBy": "", | ||
"description": "", | ||
"dateUploaded": "{$TODAY}" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
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
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
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
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
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
Oops, something went wrong.