Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
varshith257 committed Sep 18, 2024
1 parent 4441bd9 commit f4606f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ object HandlerAspectSpec extends ZIOSpecDefault {
}) @@ maybeWebSession

for {
response <- route(Request.get(URL(!! / "base" / "testParam")))
response <- route(Request.get(URL(Path.empty / "base" / "testParam")))
bodyString <- response.body.asString
} yield assertTrue(bodyString == "Param: testParam, SessionId: 42")
},
Expand Down

0 comments on commit f4606f3

Please sign in to comment.