https://kotlinlang.org logo
#http4k
Title
f

Fantayeneh

11/29/2019, 7:41 PM
Right, I was thinking this would have worked.
Copy code
@Test
    fun `normalizes using unix environment variables convention (upper-case-and-underscores)`() {
        assertThat(Environment.ENV["home"], present())
    }