def test_upload(self): httpretty.register_uri( httpretty.PUT, OnedriveAPIClient.DOWNLOAD_URL[1].format(path=self._get_path()), body='') self.client.upload(self.chunk, TEST_CHUNK_BODY)