Fix RPC failing tests
This commit is contained in:
@@ -92,6 +92,7 @@ userIntent schema req reqBody =
|
||||
reqPayload = case action of
|
||||
ActionCreate -> Just payload
|
||||
ActionUpdate -> Just payload
|
||||
ActionInvoke -> Just payload
|
||||
_ -> Nothing
|
||||
where payload = case pickContentType (lookupHeader "content-type") of
|
||||
Right ApplicationJSON ->
|
||||
|
||||
Reference in New Issue
Block a user