Skip to content

Commit df01de0

Browse files
committed
fix: chunked upload on web
1 parent 1016344 commit df01de0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

tests/Base.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ public function testHTTPSuccess(): void
204204
$this->assertGreaterThanOrEqual(count($this->expectedOutput), count($output));
205205

206206
foreach ($this->expectedOutput as $i => $row) {
207-
var_dump($output[$i]);
208207
$this->assertEquals($output[$i], $row);
209208
}
210209
}

tests/resources/spec.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"url": "https://raw.githubusercontent.com/appwrite/appwrite/master/LICENSE"
1616
}
1717
},
18-
"host": "00b1-67-87-243-148.ngrok-free.app",
18+
"host": "stage.appwrite.io",
1919
"basePath": "/v1",
20-
"schemes": ["http"],
20+
"schemes": ["https"],
2121
"consumes": ["application/json", "multipart/form-data"],
2222
"produces": ["application/json"],
2323
"securityDefinitions": {

0 commit comments

Comments
 (0)