Skip to content

Commit 0653dcc

Browse files
authored
Update SDKTest.php
1 parent 9ca5a3f commit 0653dcc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/SDKTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,7 @@ public function testHTTPSuccess()
199199
throw new \Exception('Failed to fetch spec from Appwrite server');
200200
}
201201

202-
// $whitelist = ['php', 'cli', 'java', 'node', 'ruby', 'python', 'typescript', 'deno', 'dotnet', 'dart'];
203-
$whitelist = ['cli'];
202+
$whitelist = ['php', 'cli', 'java', 'node', 'ruby', 'python', 'typescript', 'deno', 'dotnet', 'dart'];
204203

205204
foreach ($this->languages as $language => $options) {
206205
if(!empty($whitelist) && !in_array($language, $whitelist)) {

0 commit comments

Comments
 (0)