Skip to content

Commit

Permalink
Remove BaseResource.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
pvannierop committed Mar 7, 2024
1 parent 9acc6fa commit a204a56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 40 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ class DashboardIntegrationTest: JerseyTest() {
}

@Test
fun testGetBase() {
val response = target("").request().get()
fun testGetHealth() {
// Added by the health enhancer from radar-jersey.
val response = target("health").request().get()
Assertions.assertEquals(200, response.status)
}

Expand Down

0 comments on commit a204a56

Please sign in to comment.