robotframework-requests icon indicating copy to clipboard operation
robotframework-requests copied to clipboard

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

Open yewuxue opened this issue 2 years ago • 4 comments

yewuxue avatar Aug 07 '23 09:08 yewuxue

However this is fine when using post request

yewuxue avatar Aug 07 '23 09:08 yewuxue

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

lucagiove avatar Aug 07 '23 21:08 lucagiove

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!

lucagiove avatar Aug 23 '23 13:08 lucagiove

You can then create a Pull Request of the test

lucagiove avatar Aug 23 '23 13:08 lucagiove