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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiosmosis <diosmosis@users.noreply.github.com>2021-01-19 09:43:52 +0300
committerGitHub <noreply@github.com>2021-01-19 09:43:52 +0300
commit6b1f0705e720caa171ba773afbd41279984be284 (patch)
treeef608522c1b8f05b61c55ad6be21e76510caf628 /plugins/API
parentced89d02b9b9c01b08da2510de366f377e91e457 (diff)
Fix build (#17116)
* update SecurityInfo plugin to latest * update expected files and fix regression * fix test
Diffstat (limited to 'plugins/API')
-rw-r--r--plugins/API/tests/Integration/RssRendererTest.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/API/tests/Integration/RssRendererTest.php b/plugins/API/tests/Integration/RssRendererTest.php
index 4ceb03cc5b..902b35c874 100644
--- a/plugins/API/tests/Integration/RssRendererTest.php
+++ b/plugins/API/tests/Integration/RssRendererTest.php
@@ -147,7 +147,8 @@ class RssRendererTest extends IntegrationTestCase
<generator>matomo</generator>
<language>en</language>
- </channel>
+
+ </channel>
</rss>', $response);
}