Code review comment for lp:~jakedahn/nova/os-quotas

Revision history for this message
Alex Meade (alex-meade) wrote :

ah I'm sorry Jake, looks like I got it wrong.

Pep8 was actually complaining about having the return character after the '=' and there should NOT be spaces. you should change those three lines to look like this.

res = req.get_response(fakes.wsgi_app(
          fake_auth_context=self.admin_context))

or close to it.

« Back to merge proposal