Skip to content

Commit

Permalink
MAN-28 - update wiremock following api refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
achimber-moj committed Oct 18, 2024
1 parent 0651dfe commit 792944b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion server/views/pages/sentence.njk
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
{
key: { text: 'Notes' },
value: { html: notes }
} if licenceCondition.notes
} if notes != 'No notes'
]
}) }}
{% endset %}
Expand Down
3 changes: 1 addition & 2 deletions wiremock/mappings/X000001-sentence.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,7 @@
}
],
"courtDocuments": [],
"unpaidWorkProgress": "3 minutes completed (of 12 hours)",
"licenceConditions": []
"unpaidWorkProgress": "3 minutes completed (of 12 hours)"
}
],
"probationHistory": {
Expand Down
3 changes: 1 addition & 2 deletions wiremock/mappings/X778160-sentence.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@
"documentName": "Previous convictions"
}
],
"unpaidWorkProgress": "7 minutes completed (of 100 hours)",
"licenceConditions": []
"unpaidWorkProgress": "7 minutes completed (of 100 hours)"
}
],
"probationHistory": {
Expand Down

0 comments on commit 792944b

Please sign in to comment.