Files
python-keystoneclient/keystoneclient
Cyril Roelandt 65abf74e1a Python3: fix test_insecure
test_insecure() fails because it ends up calling guess_json_utf8() in the
requests module, where the count() method of the str type is called with bytes
input:

    nullcount = sample.count(_null)

This patch makes sure that we pass 'sample' as bytes.

Change-Id: I70071623d425ebbf910d3568a7b5c5d857892402
2014-02-07 21:46:46 +01:00
..
2014-02-04 14:29:15 +10:00
2012-09-29 16:03:23 -07:00
2014-01-08 10:57:00 +01:00
2014-02-07 21:46:46 +01:00
2014-02-04 14:29:15 +10:00
2014-02-04 14:29:15 +10:00
2014-02-04 14:29:15 +10:00
2014-02-04 14:29:15 +10:00