File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments