Skip to content

Commit 9acc89f

Browse files
committed
Removing comment from consumer config test
1 parent d0447b9 commit 9acc89f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/test/kotlin/uk/gov/justice/digital/hmpps/hmppsintegrationapi/extensions/ConsumerConfigConverterTest.kt

+1-4
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,9 @@ import org.springframework.test.context.ActiveProfiles
66
import uk.gov.justice.digital.hmpps.hmppsintegrationapi.models.roleconfig.ConsumerConfig
77

88
@ActiveProfiles("test")
9-
class ConsumerConfigConverterTest() {
9+
class ConsumerConfigConverterTest {
1010
@Test
1111
fun `converts empty string to empty list`() {
12-
// authorisation:
13-
// no-include:
14-
1512
val consumerConfig = ""
1613
val actual = ConsumerConfigConverter().convert(consumerConfig)
1714

0 commit comments

Comments
 (0)