diff options
| author | sirish.bitra <sirish.bitra@gmail.com> | 2011-05-16 15:35:49 +0530 |
|---|---|---|
| committer | sirish.bitra <sirish.bitra@gmail.com> | 2011-05-16 15:35:49 +0530 |
| commit | 969247d0d52bbf537d2bbc1d7cb71847b422c39a (patch) | |
| tree | a67b7391a57237a8346e6afd9846636c96126d9c /test | |
| parent | 647d4bb99cb48789947d2840ca50f8af3dd07c6f (diff) | |
| parent | 191e0377d5bf02bf1d53c044624e300767e510da (diff) | |
| download | keystone-969247d0d52bbf537d2bbc1d7cb71847b422c39a.tar.gz keystone-969247d0d52bbf537d2bbc1d7cb71847b422c39a.tar.xz keystone-969247d0d52bbf537d2bbc1d7cb71847b422c39a.zip | |
Merge branch 'master' of https://git.hcleai.com/keystone
Diffstat (limited to 'test')
| -rw-r--r-- | test/unit/test_groups.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/test_groups.py b/test/unit/test_groups.py index 43173f36..ebf3e628 100644 --- a/test/unit/test_groups.py +++ b/test/unit/test_groups.py @@ -319,7 +319,7 @@ class GetGlobalGroupsTest(GlobalGroupTest): self.assertEqual(401, int(resp['status'])) def test_get_global_groups_exp_token(self): - h = httplib2.Http(".cache") + header = httplib2.Http(".cache") resp_new, content_new = utils.create_global_group(self.global_group, str(self.auth_token)) url = '%sgroups' % (utils.URL) |
