Files
python-keystoneclient/keystoneclient/tests
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
2013-09-24 12:34:17 +10:00
2013-09-24 12:34:17 +10:00
2014-02-04 14:29:15 +10:00
2014-01-09 10:20:08 +10:00