summaryrefslogtreecommitdiffstats
path: root/tests/api/feeds.bats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2022-08-08 19:23:42 +0200
committerGitHub <noreply@github.com>2022-08-08 19:23:42 +0200
commitd4450ebad2385058467580620272fc020f7dc3db (patch)
tree3ce5ef91cdd1ab800c5d2238755939cb8e0edaa0 /tests/api/feeds.bats
parent496084d44733879750a1ac017577e225ded07393 (diff)
Change Autodiscover behaviour (#1860)
* change autodiscover behaviour to only run if the provided url is not already a feed * Execute feed check after the final url is found Signed-off-by: Benjamin Brahmer <info@b-brahmer.de> Co-authored-by: Sean Molenaar <SMillerDev@users.noreply.github.com>
Diffstat (limited to 'tests/api/feeds.bats')
-rw-r--r--tests/api/feeds.bats3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/api/feeds.bats b/tests/api/feeds.bats
index 054fd776a..d789a554f 100644
--- a/tests/api/feeds.bats
+++ b/tests/api/feeds.bats
@@ -37,8 +37,7 @@ teardown() {
# run is not working here.
output=$(http --ignore-stdin -b -a ${user}:${user} POST ${BASE_URLv1}/feeds url=$NC_FEED | jq '.feeds | .[0].url')
- # self reference of feed is used here
- assert_output '"https://nextcloud.com/feed/"'
+ assert_output '"https://nextcloud.com/blog/static-feed/"'
}
@test "[$TESTSUITE] Create new inside folder" {