Skip to content

Commit

Permalink
Fix gradle test assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
glefloch committed Nov 16, 2020
1 parent a9211b7 commit 46010f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class ExampleResourceTest {
.`when`().get("/hello")
.then()
.statusCode(200)
.body(`is`("hello"))
.body(`is`("hello from JavaComponent"))
}

}

0 comments on commit 46010f6

Please sign in to comment.