diff options
| author | Monsyne Dragon <mdragon@rackspace.com> | 2011-03-10 22:20:51 +0000 |
|---|---|---|
| committer | Monsyne Dragon <mdragon@rackspace.com> | 2011-03-10 22:20:51 +0000 |
| commit | f251ef70bf83eebce0f851f8a1b052174be1d615 (patch) | |
| tree | 523ef22cb216d23a57870c409e8acac19712ed46 /nova | |
| parent | be66b329d5b94ffbfb782355ef342eadbaed72a5 (diff) | |
| download | nova-f251ef70bf83eebce0f851f8a1b052174be1d615.tar.gz nova-f251ef70bf83eebce0f851f8a1b052174be1d615.tar.xz nova-f251ef70bf83eebce0f851f8a1b052174be1d615.zip | |
fix minor typo
Diffstat (limited to 'nova')
| -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 437a79ec5..ff8d42a14 100644 --- a/nova/tests/api/openstack/test_auth.py +++ b/nova/tests/api/openstack/test_auth.py @@ -187,7 +187,7 @@ class TestLimiter(test.TestCase): token = result.headers['X-Auth-Token'] self.stubs.Set(nova.api.openstack, 'APIRouter', fakes.FakeRouter) - req = webob.Request.blank'/v1.0/fake') + req = webob.Request.blank('/v1.0/fake') req.method = 'POST' req.headers['X-Auth-Token'] = token result = req.get_response(fakes.wsgi_app()) |
