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
204
204
$ this ->assertGreaterThanOrEqual (count ($ this ->expectedOutput ), count ($ output ));
205
205
206
206
foreach ($ this ->expectedOutput as $ i => $ row ) {
207
- var_dump ($ output [$ i ]);
208
207
$ this ->assertEquals ($ output [$ i ], $ row );
209
208
}
210
209
}
Original file line number Diff line number Diff line change 15
15
"url" : " https://raw.githubusercontent.com/appwrite/appwrite/master/LICENSE"
16
16
}
17
17
},
18
- "host" : " 00b1-67-87-243-148.ngrok-free.app " ,
18
+ "host" : " stage.appwrite.io " ,
19
19
"basePath" : " /v1" ,
20
- "schemes" : [" http " ],
20
+ "schemes" : [" https " ],
21
21
"consumes" : [" application/json" , " multipart/form-data" ],
22
22
"produces" : [" application/json" ],
23
23
"securityDefinitions" : {
You can’t perform that action at this time.
0 commit comments