Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAnna Larch <anna@nextcloud.com>2021-04-15 15:53:12 +0300
committerAnna Larch <anna@nextcloud.com>2021-04-15 15:53:12 +0300
commitac08a3b273683340844b173581e1715edb5b6d6f (patch)
treef92b37ccf8004b515daf9ce071dc26a6a0e065f0 /tests
parentcba3981552641c4f43105cce6e5519bff9e545c6 (diff)
Remove Jans test (for now)
Signed-off-by: Anna Larch <anna@nextcloud.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/Integration/Service/AvatarServiceIntegrationTest.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/Integration/Service/AvatarServiceIntegrationTest.php b/tests/Integration/Service/AvatarServiceIntegrationTest.php
index 8035e41ee..93d042712 100644
--- a/tests/Integration/Service/AvatarServiceIntegrationTest.php
+++ b/tests/Integration/Service/AvatarServiceIntegrationTest.php
@@ -50,14 +50,6 @@ class AvatarServiceIntegrationTest extends TestCase {
$this->service = OC::$server->query(IAvatarService::class);
}
- public function testJansGravatar() {
- $avatar = $this->service->getAvatar('hey@jancborchardt.net', 'john');
- $this->assertNotNull($avatar);
- $this->assertEquals('https://secure.gravatar.com/avatar/2fd3f4d5d762955e5b603794a888fa97?size=128&d=404', $avatar->getUrl());
- $image = $this->service->getAvatarImage('hey@jancborchardt.net', 'john');
- $this->assertNotNull($image);
- }
-
public function testChristophsFavicon() {
$avatar = $this->service->getAvatar('christoph@winzerhof-wurst.at', 'jan');
$this->assertNull($avatar); // There is none