diff options
| author | Michael Gundlach <michael.gundlach@rackspace.com> | 2010-11-30 10:40:17 -0500 |
|---|---|---|
| committer | Michael Gundlach <michael.gundlach@rackspace.com> | 2010-11-30 10:40:17 -0500 |
| commit | 41b3faf113d7591e61b03678dc13cd9ef031efbb (patch) | |
| tree | 37fea2219e6aed0759208d905a17bd69c5ef3e27 | |
| parent | 8ee658e7f6da2484377bec7652f37df7259f9e8a (diff) | |
| download | nova-41b3faf113d7591e61b03678dc13cd9ef031efbb.tar.gz nova-41b3faf113d7591e61b03678dc13cd9ef031efbb.tar.xz nova-41b3faf113d7591e61b03678dc13cd9ef031efbb.zip | |
If only I weren't so lazy.
| -rw-r--r-- | nova/tests/api/openstack/test_auth.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/api/openstack/test_auth.py b/nova/tests/api/openstack/test_auth.py index 29f4b8874..4b75995dc 100644 --- a/nova/tests/api/openstack/test_auth.py +++ b/nova/tests/api/openstack/test_auth.py @@ -69,7 +69,7 @@ class Test(unittest.TestCase): self.assertEqual(result.status, '204 No Content') self.assertEqual(len(result.headers['X-Auth-Token']), 40) self.assertEqual(result.headers['X-Server-Management-Url'], - "https://foo/v1.0/") + "http://foo/v1.0/") self.assertEqual(result.headers['X-CDN-Management-Url'], "") self.assertEqual(result.headers['X-Storage-Url'], "") |
