Revision cc92b70f snf-cyclades-app/synnefo/plankton/tests.py

b/snf-cyclades-app/synnefo/plankton/tests.py
101 101
            content_type = 'application/json'
102 102
        with astakos_user(user):
103 103
            response = self.client.put(url, params, content_type=content_type,
104
                    *args, **kwargs)
104
                                       *args, **kwargs)
105 105
        return response
106 106

  
107 107
    def assertSuccess(self, response):

Also available in: Unified diff