Robot Framework 3.0.3 patch
Objects returned from the requests library were being defined as list-like and treated as such with the new dictionary enhancement in robotframework.
We are now returning DotDicts as response objects which maintain the same level of functionality inside robot.
Potential Issues:
Some of the internal functions may no longer function if these were being interacted with directly in a python file, particularly the following:
- next()
- iter_content()
- iter_lines()
- raise_for_status()