Skip to content

Commit

Permalink
Merge pull request #838 from ministryofjustice/participation-pact-tes…
Browse files Browse the repository at this point in the history
…t-update

Update participation outcome and setting values to match pact test in API
  • Loading branch information
jsrobertson authored Jan 13, 2025
2 parents a4fc71f + 41e39c2 commit 9cdb043
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/data/accreditedProgrammesApi/courseClient.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ pactWith({ consumer: 'Accredited Programmes UI', provider: 'Accredited Programme

const courseParticipationBody: InterfaceToTemplate<CourseParticipation> = {
...courseParticipation,
outcome: { ...courseParticipationOutcomeFactory.build() },
setting: { ...courseParticipationSettingFactory.build() },
outcome: null,
setting: null,
}
const courseParticipationRequestBody: InterfaceToTemplate<CourseParticipationCreate> = {
...courseParticipationRequest,
Expand Down

0 comments on commit 9cdb043

Please sign in to comment.