summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorcall-me-matt <nextcloud@matthiasheinisch.de>2021-02-22 22:33:35 +0100
committercall-me-matt <nextcloud@matthiasheinisch.de>2021-02-22 22:33:35 +0100
commitb4b7ad6caa7ad8e3a013aac92faf8a7df9a38f26 (patch)
treef281281c9682b2fc19c04b178514b12ef92ceacc /tests
parentea5e5ff3324c0ea19b257706e1572472687ef64a (diff)
adapted twitter uri
Signed-off-by: call-me-matt <nextcloud@matthiasheinisch.de>
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/Service/Social/TwitterProviderTest.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/unit/Service/Social/TwitterProviderTest.php b/tests/unit/Service/Social/TwitterProviderTest.php
index fbaf05ca..45d527d4 100644
--- a/tests/unit/Service/Social/TwitterProviderTest.php
+++ b/tests/unit/Service/Social/TwitterProviderTest.php
@@ -100,16 +100,16 @@ class TwitterProviderTest extends TestCase {
]
];
$contactWithSocialUrls = [
- "https://mobile.twitter.com/username1",
- "https://mobile.twitter.com/username2",
+ "https://twitter.com/username1",
+ "https://twitter.com/username2",
];
$contactWithSocialHtml = [
- '<html><img src="username1_normal.jpg" /></html>',
- '<html><img src="username2_normal.jpg" /></html>',
+ '<html><img src="./profile_images/username1_normal.jpg" /></html>',
+ '<html><img src="./profile_images/username2_normal.jpg" /></html>',
];
$contactWithSocialImgs = [
- "username1_400x400.jpg",
- "username2_400x400.jpg"
+ "./profile_images/username1_400x400.jpg",
+ "./profile_images/username2_400x400.jpg"
];
$contactWithoutSocial = [