Skip to content

Commit 54dd8b7

Browse files
Update tests/SDKTest.php
Co-authored-by: Jake Barnby <[email protected]>
1 parent c5031ae commit 54dd8b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/SDKTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,6 @@ public function testHTTPSuccess()
331331
}
332332

333333
$whitelist = ['php', 'cli', 'node', 'ruby', 'python', 'deno', 'dotnet', 'dart', 'flutter', 'web', 'android', 'kotlin', 'swift-server', 'swift-client'];
334-
$whitelist = ['flutter'];
335334

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

0 commit comments

Comments
 (0)