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:
authorDaniel <mail@danielkesselberg.de>2022-06-13 23:25:40 +0300
committerGitHub <noreply@github.com>2022-06-13 23:25:40 +0300
commit5838f87007890ce084ef176908b04a4e17a7767e (patch)
tree303f7d8faa87909508cfaca58f957c42a729671f
parentf1f4a287ce3b2074759ef959f42af1639ab4daa6 (diff)
parent45b04f262d198c8d8929349576be23da8d9ceb59 (diff)
Merge pull request #6732 from nextcloud/fix/failing-favicon-integration-test
Remove failing avatar integration test
-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
- }
}