don't urlencode protocol in XingProviderTest

Signed-off-by: Daniel Opitz <git@copynpaste.de>
This commit is contained in:
Daniel Opitz 2021-11-08 12:13:04 +01:00
parent b01309bdb5
commit 8046bc1bb8
1 changed files with 1 additions and 1 deletions

View File

@ -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' => [