diff --git a/glance/tests/unit/common/test_wsgi.py b/glance/tests/unit/common/test_wsgi.py index d783de05e1..38f5633d02 100644 --- a/glance/tests/unit/common/test_wsgi.py +++ b/glance/tests/unit/common/test_wsgi.py @@ -627,8 +627,7 @@ class TestHelpers(test_utils.BaseTestCase): """ Verifies that data is the same after being passed through headers """ - fixture = {'name': 'fake public image', - 'is_public': True, + fixture = {'is_public': True, 'deleted': False, 'name': None, 'size': 19,