summaryrefslogtreecommitdiffstats
path: root/tests/updater/helpers/settings.bash
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2022-10-24 17:16:08 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2023-03-24 18:57:53 +0100
commit84c2ba538c3cc199720d24c0bf680bf496b46826 (patch)
tree50ce450913c03353b7a9d587e682c7b5538cd0c8 /tests/updater/helpers/settings.bash
parent41325e4031ee8d1015969faca3621f7b4b9dd8f7 (diff)
Create tests for the updating and purging functions via the API
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Diffstat (limited to 'tests/updater/helpers/settings.bash')
-rw-r--r--tests/updater/helpers/settings.bash8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/updater/helpers/settings.bash b/tests/updater/helpers/settings.bash
new file mode 100644
index 000000000..460cdfa17
--- /dev/null
+++ b/tests/updater/helpers/settings.bash
@@ -0,0 +1,8 @@
+export user=admin
+export NC_FEED="http://localhost:8090/Nextcloud.rss"
+export HEISE_FEED="http://localhost:8090/heise.xml"
+export BASE_URLv1="http://localhost:8080/index.php/apps/news/api/v1-2"
+export NC_HOST="http://localhost:8080"
+export TEST_FEED="http://localhost:8090/test.xml"
+export FEED1="http://localhost:8090/feed1.xml"
+export FEED2="http://localhost:8090/feed2.xml" \ No newline at end of file