client test suite: tweak

This commit is contained in:
Sönke Hahn 2014-10-30 12:50:53 +00:00
parent cb1772f0a0
commit 14e6a49912

View File

@ -20,8 +20,8 @@ import Servant.Server
import Servant.ServerSpec
type Api =
("a" :> Get Person)
:<|> ("b" :> Capture "name" String :> Get Person)
"get" :> Get Person
:<|> "capture" :> Capture "name" String :> Get Person
api :: Proxy Api
api = Proxy