Skip to content

Commit

Permalink
Merge "Fix functional test 'test_scrubber_with_metadata_enc'"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Apr 22, 2013
2 parents 0a15b32 + 1e49329 commit b56491f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glance/tests/functional/test_scrubber.py
Expand Up @@ -249,7 +249,7 @@ def test_scrubber_with_metadata_enc(self):
loc = StoreLocation({})
loc.parse_uri(decrypted_uri)

self.assertEqual("swift+http", loc.scheme)
self.assertIn(loc.scheme, ("swift+http", "swift+https"))
self.assertEqual(image['id'], loc.obj)

self.wait_for_scrub(path)
Expand Down

0 comments on commit b56491f

Please sign in to comment.