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