Revision ca5528f1 kamaki/clients/image/test.py

b/kamaki/clients/image/test.py
304 304
            (image_id, name, disk_format, container_format,
305 305
            status, public, owner_id, properties) = args
306 306
            self.assertEqual(r, FR.headers)
307
            header_calls = []
307
            header_calls = [call('Content-Length', 0), ]
308 308
            prf = 'X-Image-Meta-'
309 309
            if name:
310 310
                header_calls.append(call('%sName' % prf, name))

Also available in: Unified diff