Merge branch 'master' of github.com:appwrite/appwrite into remove-globals

This commit is contained in:
Eldad Fux
2020-06-30 23:05:59 +03:00
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -31,7 +31,6 @@ return [
'no', // Norwegian
'ph', // Filipino
'pl', // Polish
'pn', // Punjabi
'pt-br', // Portuguese - Brazil
'pt-pt', // Portuguese - Portugal
'ro', // Romanian
+1 -1
View File
@@ -130,7 +130,7 @@ services:
- appwrite-redis:/data:rw
clamav:
image: appwrite/clamav:1.0.11
image: appwrite/clamav:1.0.12
container_name: appwrite_clamav
restart: unless-stopped
networks:
+1 -1
View File
@@ -227,7 +227,7 @@ trait LocaleBase
'x-appwrite-project' => $this->getProject()['$id'],
'x-appwrite-locale' => $lang,
]);
foreach ($response['body'] as $i => $code) {
$this->assertArrayHasKey($i, $defaultCountries, $i . ' country should be removed from ' . $lang);
}