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
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2022-06-13 18:02:58 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-06-13 18:07:57 +0300
commit45b04f262d198c8d8929349576be23da8d9ceb59 (patch)
tree2aacbd3716dac6b6e07969854a0ab7d4b2b1318c
parent610566e6a16fc195c9df849f2307c067852acccb (diff)
Remove failing avatar integration test
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--tests/Integration/Service/AvatarServiceIntegrationTest.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/Integration/Service/AvatarServiceIntegrationTest.php b/tests/Integration/Service/AvatarServiceIntegrationTest.php
index a143e592e..9ca69c746 100644
--- a/tests/Integration/Service/AvatarServiceIntegrationTest.php
+++ b/tests/Integration/Service/AvatarServiceIntegrationTest.php
@@ -60,9 +60,4 @@ class AvatarServiceIntegrationTest extends TestCase {
$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
- }
}