From 3a8a476906d68725407ba730ac0724d5c1522bdf Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Mon, 9 May 2022 16:09:31 +0100 Subject: [PATCH] Updated translators, applied styleCI change --- .github/translators.txt | 1 + tests/Auth/LdapTest.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/translators.txt b/.github/translators.txt index 4dc671454..7ba2ec112 100644 --- a/.github/translators.txt +++ b/.github/translators.txt @@ -242,3 +242,4 @@ sgenc :: Turkish Shukrullo (vodiylik) :: Uzbek William W. (Nevnt) :: Chinese Traditional eamaro :: Portuguese +Ypsilon-dev :: Arabic diff --git a/tests/Auth/LdapTest.php b/tests/Auth/LdapTest.php index 078940b63..96e10e4da 100644 --- a/tests/Auth/LdapTest.php +++ b/tests/Auth/LdapTest.php @@ -625,7 +625,7 @@ class LdapTest extends TestCase 'cn' => [$this->mockUser->name], // Test dumping binary data for avatar responses 'jpegphoto' => base64_decode('/9j/4AAQSkZJRg=='), - 'dn' => ['dc=test' . config('services.ldap.base_dn')], + 'dn' => ['dc=test' . config('services.ldap.base_dn')], ]]); $resp = $this->post('/login', [