commit | 5b59210ef2b52d56150d6dd3719ed189ad9225ff | [log] [tgz] |
---|---|---|
author | Thomas Goirand <zigo@debian.org> | Fri Jun 15 12:37:24 2018 +0200 |
committer | Thomas Goirand <zigo@debian.org> | Fri Jun 15 12:38:31 2018 +0200 |
tree | 9abf2e78f66c0b2b2d8b160e9a12a17661c4cb07 | |
parent | a23f4074fd458b74e9de1a583b7812e1ef855bce [diff] |
Fix for python 3 In Python 3, get_reponse returns a bytes object, not str, so we have to encode() and decode(), otherwise it fails. This fixed issues running the tests in Debian. Change-Id: Ifc18bb48e27cee96864e3a9b64d8a4fd294a912b