diff --git a/servant/src/Servant/API/Internal/Test/ComprehensiveAPI.hs b/servant/src/Servant/API/Internal/Test/ComprehensiveAPI.hs index 5666ba0c..f568e56f 100644 --- a/servant/src/Servant/API/Internal/Test/ComprehensiveAPI.hs +++ b/servant/src/Servant/API/Internal/Test/ComprehensiveAPI.hs @@ -30,7 +30,8 @@ type ComprehensiveAPI = Vault :> GET :<|> Verb 'POST 204 '[JSON] NoContent :<|> Verb 'POST 204 '[JSON] Int :<|> - WithNamedContext "foo" '[] GET + WithNamedContext "foo" '[] GET :<|> + CaptureAll "foo" Int :> GET comprehensiveAPI :: Proxy ComprehensiveAPI comprehensiveAPI = Proxy