summaryrefslogtreecommitdiffstats
path: root/tests/api/feeds.bats
diff options
context:
space:
mode:
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" {