summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/command/feeds.bats2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/command/feeds.bats b/tests/command/feeds.bats
index 59953921d..df22ed488 100644
--- a/tests/command/feeds.bats
+++ b/tests/command/feeds.bats
@@ -47,7 +47,7 @@ teardown() {
run ./occ news:feed:list "$user"
assert_success
- assert_output --partial '"faviconLink": "https:\/\/nextcloud.com\/wp-content\/uploads\/2022\/03\/favicon.png",'
+ assert_output --partial '"faviconLink": "https:\/\/nextcloud.com\/c\/uploads\/2022\/03\/favicon.png",'
assert_output --partial '"faviconLink": "https:\/\/www.heise.de\/favicon.ico?v='
}