~ubuntu-branches/ubuntu/vivid/ceilometer/vivid

« back to all changes in this revision

Viewing changes to ceilometer/tests/api/v2/test_acl_scenarios.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2014-03-06 14:44:28 UTC
  • mto: (28.1.1 utopic-proposed) (1.2.1)
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: package-import@ubuntu.com-20140306144428-rvphsh4igwyulzf0
Tags: upstream-2014.1~b3
ImportĀ upstreamĀ versionĀ 2014.1~b3

Show diffs side-by-side

added added

removed removed

Lines of Context:
225
225
                                   "X-Auth-Token": VALID_TOKEN2,
226
226
                                   "X-Project-Id": "project-good"})
227
227
        except v2_api.ClientSideError as ex:
228
 
            self.assertEqual(403, ex.code)
 
228
            self.assertEqual(401, ex.code)
229
229
        else:
230
230
            self.fail()