summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDaniel Opitz <git@copynpaste.de>2021-11-08 12:13:04 +0100
committerDaniel Opitz <git@copynpaste.de>2021-11-08 12:13:04 +0100
commit8046bc1bb833f5bf14184ffaaf930148b392f3ab (patch)
treefdbdaf2330cbea61f45f8e59cb9088b402a0651c /tests
parentb01309bdb595a5ffbac34c9f1508951a7591a058 (diff)
don't urlencode protocol in XingProviderTest
Signed-off-by: Daniel Opitz <git@copynpaste.de>
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/Service/Social/XingProviderTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/Service/Social/XingProviderTest.php b/tests/unit/Service/Social/XingProviderTest.php
index 3799371a..d2ee35ea 100644
--- a/tests/unit/Service/Social/XingProviderTest.php
+++ b/tests/unit/Service/Social/XingProviderTest.php
@@ -90,7 +90,7 @@ class XingProviderTest extends TestCase {
$contactImages = [
"username1" => "https://profile-images-abcusername1.jpg",
"username2" => "https://profile-images-abcusername2.jpg",
- "username3" => urlencode("https://profile-images-abc.ÄÖÜ/äöü_ß.jpg")
+ "username3" => "https://".urlencode("profile-images-abc.ÄÖÜ/äöü_ß.jpg")
];
$contactWithSocial = [
'X-SOCIALPROFILE' => [