summaryrefslogtreecommitdiffstats
path: root/tests/integration/helpers/settings.bash
diff options
context:
space:
mode:
authornextcloud486153 <78801830+nextcloud486153@users.noreply.github.com>2022-04-18 11:59:02 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2022-04-18 13:16:01 +0200
commit032d48ad7b180c80344a8fe64b2f9bfc81cef7b1 (patch)
treed8b7232194262b5b0fe1f326e99621aa1e36ec33 /tests/integration/helpers/settings.bash
parent78c723f38acc16ac78ba6425ca0acfb2d432baf7 (diff)
Fix malformed feeds (without GUIDs) stopping the update process (fixes #1738)
Signed-off-by: nextcloud486153 <78801830+nextcloud486153@users.noreply.github.com>
Diffstat (limited to 'tests/integration/helpers/settings.bash')
-rw-r--r--tests/integration/helpers/settings.bash3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/integration/helpers/settings.bash b/tests/integration/helpers/settings.bash
index 4e758b609..bf58a601a 100644
--- a/tests/integration/helpers/settings.bash
+++ b/tests/integration/helpers/settings.bash
@@ -1,3 +1,4 @@
user=admin
NC_FEED="https://nextcloud.com/blog/static-feed/"
-HEISE_FEED="https://www.heise.de/rss/heise-atom.xml" \ No newline at end of file
+HEISE_FEED="https://www.heise.de/rss/heise-atom.xml"
+NO_GUID_FEED="https://raw.githubusercontent.com/nextcloud/news/master/tests/integration/feeds/no_guid_feed.xml"