Comment 1 for bug 1485452

Revision history for this message
Dave McCowan (dave-mccowan) wrote :

I don't think we need this bug. The failure is PY34 only, and can be fixed under the PY34 blueprint.

The issue is here:
In barbican/api/controllers/containers.py, line 171:
    @controllers.enforce_content_types(['application/json'])

This is a string passed in through the decorator which needs to be bytes later.