Skip to content

Commit

Permalink
test(http/system): delete unnecessary var
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Aug 18, 2023
1 parent 4dc0381 commit c254ec7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ class SystemRouteSpec extends AnyWordSpec {

val systemRoute: SystemRoute = new SystemRoute(HttpSystemEndpointConfig(enabledMetaData = false))
val router = Fixture.makeRouter(systemRoute = systemRoute)

val request: Request[IO] = Request(method = Method.GET, uri = uri"/status")
val client: Client[IO] = Client.fromHttpApp(router.routes.orNotFound)

val enabledMetadataEndpointSystemRoute: SystemRoute = new SystemRoute(HttpSystemEndpointConfig(enabledMetaData = true))
Expand Down

0 comments on commit c254ec7

Please sign in to comment.