FMCorz / mdk

Moodle Development Kit. A collection of tools meant to make developers' lives easier.
GNU General Public License v3.0
84 stars 47 forks source link

Decode Selenium API response to string to prevent regex TypeError #193

Closed mickhawkins closed 4 years ago

mickhawkins commented 4 years ago

Without decoding the API response, running mdk behat without Selenium already installed would crash, due to regex not supporting string matches against bytes-like objects.

junpataleta commented 4 years ago

Thanks, Mick. This has been merged.