MarketSquare / robotframework-requests

Robot Framework keyword library wrapper for requests

Home Page:http://marketsquare.github.io/robotframework-requests/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When a post request uses post on session to send data mode, the parameters are cut

yewuxue opened this issue · comments

However this is fine when using post request

looking at the code it should not, could you provide a failing test?

I meant a test that can be added in the library code base (in atest folder) to reproduce the bug.
Once I've a failing test I can try to fix the library, it would speedup bug fixing otherwise I've to try to reproduce it before changing the library code. Thanks!

You can then create a Pull Request of the test