Skip to content

Commit

Permalink
Merge pull request #301 from hmcts/FPET_914
Browse files Browse the repository at this point in the history
FPET-914 changes
  • Loading branch information
priteshkr authored Jun 19, 2024
2 parents db2694a + 0fb1d36 commit db01f39
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 18 deletions.
2 changes: 1 addition & 1 deletion charts/prl-dgs/values.preview.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ java:
MANAGEMENT_ENDPOINT_HEALTH_CACHE_TIMETOLIVE: "30000"
DOCMOSIS_SERVICE_DEV_MODE_FLAG: "true"
PDF_TEST_ENABLED: "true"
CCD_CASE_DOCS_AM_API: http://prl-ccd-definitions-pr-2247-cdam
CCD_CASE_DOCS_AM_API: http://prl-ccd-definitions-pr-2021-cdam
AUTH_PROVIDER_SERVICE_CLIENT_BASEURL: "http://rpe-service-auth-provider-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal"
IDAM_S2S_URL: "http://rpe-service-auth-provider-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal"
DOCMOSIS_SERVICE_BASE_URL: "https://docmosis.aat.platform.hmcts.net"
Expand Down
6 changes: 3 additions & 3 deletions pacts/prl-dgs-api-CCD_CASE_DOCS_AM_API.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"response": {
"status": 200,
"headers": {
"Content-Type": "application/vnd\u6653uk\u0F27gov\u51AFhmcts\u50CDdm\u0271document\u3A9Bv11haljson;charset=UTF-8"
"Content-Type": "application/vnd\u63AFuk\u98E0gov\u8E83hmcts\uED68dm\u347Adocument\u7C16v1haljson;charset=UTF-8"
},
"matchingRules": {
"header": {
Expand Down Expand Up @@ -47,13 +47,13 @@
"method": "GET",
"path": "/cases/documents/456c0976-3178-46dd-b9ce-5ab5d47c625a",
"headers": {
"ServiceAuthorization": "someServiceAuthToken"
"ServiceAuthorization": "invalidServiceAuthToken"
}
},
"response": {
"status": 500,
"headers": {
"Content-Type": "application/vnd\u3BE8uk\u4362gov\u4113hmcts\uFBB0dm\u4981document\u1517v1haljson;charset=UTF-8"
"Content-Type": "application/vnd\uF5A0uk\uE1D7gov\u0205hmcts\u0E15dm\uCDCDdocument\u0B01v111haljson;charset=UTF-8"
},
"matchingRules": {
"header": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,6 @@
"Content-Type": "application/pdf"
},
"matchingRules": {
"body": {
"$": {
"matchers": [
{
"match": "contentType",
"value": "application/octet-stream"
}
],
"combine": "AND"
}
},
"header": {
"Content-Type": {
"matchers": [
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ document:
- templateName: FL-PRL-GOR-ENG-N117-General-Undertaking-Form-Final.docx
filename: N117CreateOrder.pdf
document-generator: docmosis
- templateName: PRL-GOR-ENG-FL404-Occupation-Order-Draft.docx
- templateName: FL-PRL-GOR-ENG-FL404-Occupation-Order-Draft.docx
filename: occupation_order_FL404_draft.pdf
document-generator: docmosis
- templateName: FL-PRL-GOR-ENG-FL404-Occupation-Order-Final.docx
Expand Down Expand Up @@ -282,10 +282,10 @@ document:
- templateName: FL-PRL-GOR-WEL-FL406-Power-Of-Arrest-Final.docx
filename: Welsh_Power_of_arrest.pdf
document-generator: docmosis
- templateName: PRL-GOR-WEL-FL404-Occupation-Order-Final.docx
- templateName: FL-PRL-GOR-WEL-FL404-Occupation-Order-Final.docx
filename: welsh_occupation_order_FL404_final.pdf
document-generator: docmosis
- templateName: PRL-GOR-WEL-FL404-Occupation-Order-Draft.docx
- templateName: FL-PRL-GOR-WEL-FL404-Occupation-Order-Draft.docx
filename: welsh_occupation_order_FL404_draft.pdf
document-generator: docmosis
- templateName: FL-PRL-GOR-WEL-FL404A-Non-Molestation-Order-Final.docx
Expand Down

0 comments on commit db01f39

Please sign in to comment.