diff --git a/src/integrationTest/kotlin/uk/gov/justice/digital/hmpps/jobsboardintegrationapi/integration/shared/infrastructure/JobsBoardApiWebClientShould.kt b/src/integrationTest/kotlin/uk/gov/justice/digital/hmpps/jobsboardintegrationapi/integration/shared/infrastructure/JobsBoardApiWebClientShould.kt index 8e0ff70..66e92ae 100644 --- a/src/integrationTest/kotlin/uk/gov/justice/digital/hmpps/jobsboardintegrationapi/integration/shared/infrastructure/JobsBoardApiWebClientShould.kt +++ b/src/integrationTest/kotlin/uk/gov/justice/digital/hmpps/jobsboardintegrationapi/integration/shared/infrastructure/JobsBoardApiWebClientShould.kt @@ -17,8 +17,8 @@ class JobsBoardApiWebClientShould : IntegrationTestBase() { private lateinit var jobsBoardApiWebClient: JobsBoardApiWebClient @Nested - @DisplayName("JobsBoard `GET` /employers") - inner class EmployersGetEndpoint { + @DisplayName("JobsBoard `GET` /employers/{id}") + inner class EmployersGetDetailsEndpoint { @Test fun `return employer details, given valid employer ID`() { val employer = sainsburys.copy(createdAt = timeProvider.nowAsInstant())