~ubuntu-branches/ubuntu/raring/cinder/raring-updates

« back to all changes in this revision

Viewing changes to cinder/tests/api/middleware/test_faults.py

Tags: upstream-2013.1~g2
ImportĀ upstreamĀ versionĀ 2013.1~g2

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
        for request in requests:
70
70
            exc = webob.exc.HTTPRequestEntityTooLarge
71
71
            fault = wsgi.Fault(exc(explanation='sorry',
72
 
                        headers={'Retry-After': 4}))
 
72
                                   headers={'Retry-After': 4}))
73
73
            response = request.get_response(fault)
74
74
 
75
75
            expected = {