Skip to content

Commit

Permalink
fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
madebyzak committed Mar 10, 2025
1 parent fb16d27 commit d9e3976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/mockApis/managingPrisonerApps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default {
return stubFor({
request: {
method: 'GET',
url: `/managingPrisonerApps/v1/prisoners/${prisonerId}/apps/${applicationId}`,
url: `/managingPrisonerApps/v1/prisoners/${prisonerId}/apps/${applicationId}?requestedBy=true`,
},
response: {
status: 200,
Expand Down

0 comments on commit d9e3976

Please sign in to comment.