~ubuntu-branches/ubuntu/quantal/python-keystoneclient/quantal

« back to all changes in this revision

Viewing changes to tests/v2_0/test_endpoints.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-03-09 12:43:10 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20120309124310-kvw4nnsreqc48de9
Tags: 2012.1~rc1~20120307.0-0ubuntu1
New upstream release. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
            })
107
107
 
108
108
        httplib2.Http.request(urlparse.urljoin(self.TEST_URL,
109
 
                              'v2.0/endpoints?fresh=1234'),
 
109
                              'v2.0/endpoints'),
110
110
                              'GET',
111
111
                              headers=self.TEST_REQUEST_HEADERS) \
112
112
                              .AndReturn((resp, resp['body']))