masakari/masakari/tests/unit/api/openstack
Corey Bryant 041af276d7 Py3: Ensure wsgi headers are not bytes type
In Python 3, running the Masakari API as a wsgi application was
resulting in "TypeError: expected unicode object, value of type
bytes found". It looks like headerlist should not include bytes
type objects so let's ensure they are str objects for Python 3.

Change-Id: Ica030c540970474cd2511ffe0ba653d7bb057849
Partial-Bug: #1815657
2019-03-03 19:10:39 +05:30
..
ha Return 400 if notification payload is incorrect 2019-01-21 14:10:48 +05:30
__init__.py Add testing for WSGI Framework 2016-08-26 14:07:20 +05:30
fakes.py Use dict.items() and dict.values() as per guidelines 2017-01-16 18:08:15 +05:30
test_common.py Add notifications controller for masakari 2016-10-04 11:37:27 +05:30
test_extensions.py Extracted HTTP response codes to constants 2017-01-10 12:25:41 +05:30
test_wsgi.py Py3: Ensure wsgi headers are not bytes type 2019-03-03 19:10:39 +05:30