Right, I was thinking this would have worked. ``` ...
# http4k
f
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())
    }