robotframework-requests
robotframework-requests copied to clipboard
When a post request uses post on session to send data mode, the parameters are cut
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