Skip to content
Snippets Groups Projects
Commit 9c9f13aa authored by Stéphane Schoorens's avatar Stéphane Schoorens
Browse files

comment unused refs #36600

parent 885592fc
No related branches found
No related tags found
1 merge request!2support chuncked uploads, fixes #36600
......@@ -60,10 +60,10 @@ class PodClientTest(TestCase):
def test_chunked_upload_video(self):
pod_client = PodClient(HOST, API_KEY)
data = {
'title': 'unittest video',
'type': pod_client.types.url(1),
'owner': pod_client.users.url(1)
}
# data = {
# 'title': 'unittest video',
# 'type': pod_client.types.url(1),
# 'owner': pod_client.users.url(1)
# }
response = pod_client.chunked_upload(VIDEO_PATH)
self.assertTrue(response['success'], response.get('error'))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment