diff --git a/.gitignore b/.gitignore index 2d648e5..67dabb2 100644 --- a/.gitignore +++ b/.gitignore @@ -41,4 +41,5 @@ bin/ ### Mac OS ### .DS_Store -CLAUDE.md \ No newline at end of file +CLAUDE.md +*/logs/* \ No newline at end of file diff --git a/http4k-example/src/test/kotlin/za/co/ee/learning/integration/GetUsersIntegrationTest.kt b/http4k-example/src/test/kotlin/za/co/ee/learning/integration/GetUsersIntegrationTest.kt index c5ac5c3..f5f4582 100644 --- a/http4k-example/src/test/kotlin/za/co/ee/learning/integration/GetUsersIntegrationTest.kt +++ b/http4k-example/src/test/kotlin/za/co/ee/learning/integration/GetUsersIntegrationTest.kt @@ -11,7 +11,8 @@ import org.hamcrest.Matchers.equalTo import org.hamcrest.Matchers.hasItem import org.hamcrest.Matchers.notNullValue import java.time.Instant -import java.util.* +import java.util.Date +import java.util.UUID class GetUsersIntegrationTest : BaseIntegrationTest() { private fun getValidToken(): String {