def given_an_existing_user(self): self.start_mocking_http() self.fake_response('/users/admin', file='user-admin.json') self.expect_call('/users/admin', httpretty.PUT)