summaryrefslogtreecommitdiffstats
path: root/tests/command/helpers/settings.bash
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2022-08-21 16:38:40 +0200
committerGitHub <noreply@github.com>2022-08-21 16:38:40 +0200
commit49f79101c314f760f36d1e6ef49758069622812c (patch)
treed509587880f83af7d45fd6f8c4e6e4f547a95e89 /tests/command/helpers/settings.bash
parentb1cbf80933658742c7794614b714fe6782441920 (diff)
try to speedup the api testing by hosting the feeds locally (#1874)
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Diffstat (limited to 'tests/command/helpers/settings.bash')
-rw-r--r--tests/command/helpers/settings.bash6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/command/helpers/settings.bash b/tests/command/helpers/settings.bash
index d32924ceb..e2ddc70aa 100644
--- a/tests/command/helpers/settings.bash
+++ b/tests/command/helpers/settings.bash
@@ -1,4 +1,4 @@
user=admin
-NC_FEED="https://nextcloud.com/blog/static-feed/"
-HEISE_FEED="https://www.heise.de/rss/heise-atom.xml"
-NO_GUID_FEED="https://raw.githubusercontent.com/nextcloud/news/master/tests/command/feeds/no_guid_feed.xml"
+NC_FEED="http://localhost:8090/Nextcloud.rss"
+HEISE_FEED="http://localhost:8090/heise.xml"
+NO_GUID_FEED="http://localhost:8090/no_guid_feed.xml"