You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to update module-rest from 1.2.7 to 1.3.0 and my tests with sendDELETE are failing because codeception no longer sends the $params as request body but as query parameters.
Is there a way to restore the old behaviour? Request bodys are allowed in HTTP DELETE and therefore should be supported by codeception too.