Skip to content

Commit

Permalink
what the hell
Browse files Browse the repository at this point in the history
  • Loading branch information
Hussein Elgridly committed Jul 19, 2017
1 parent a52c392 commit bf5606a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class LeoRoutesSpec extends FlatSpec with Matchers with ScalatestRouteTest {
"LeoRoutes" should "200 on ping" in {
val leoRoutes = new TestLeoRoutes()

Get("/ping") ~> leoRoutes.route ~> check {
Get("/api/ping") ~> leoRoutes.route ~> check {
status shouldEqual StatusCodes.OK
}
}
Expand Down

0 comments on commit bf5606a

Please sign in to comment.