From 1495d7a9e15bba14171991ba235d1e5a4b76e2bf Mon Sep 17 00:00:00 2001 From: rickchoijd Date: Tue, 21 Jan 2025 15:11:41 +0000 Subject: [PATCH] [ESWE-1181] Employer Creation; revise test naming --- .../shared/infrastructure/JobsBoardApiWebClientShould.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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())