Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/MAN-108-manage-appointments-reco…
Browse files Browse the repository at this point in the history
…rd-an-outcome' into MAN-108-manage-appointments-record-an-outcome
  • Loading branch information
achimber-moj committed Nov 15, 2024
2 parents 691b2b4 + e78b49d commit 190914d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class AppointmentOutcomeIntegrationTest {
assertNull(createdAppointment.outcomeId)
assertNull(createdAppointment.sensitive)

val request = Outcome(response.appointments[0].id, "ATTC", notes = "my notes")
val request = Outcome(response.appointments[0].id, "ATTC", notes = "my notes")

mockMvc
.perform(
Expand Down

0 comments on commit 190914d

Please sign in to comment.