summaryrefslogtreecommitdiffstats
path: root/tests/command/feeds.bats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/command/feeds.bats')
-rw-r--r--tests/command/feeds.bats3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/command/feeds.bats b/tests/command/feeds.bats
index 7598ac345..683207d98 100644
--- a/tests/command/feeds.bats
+++ b/tests/command/feeds.bats
@@ -24,6 +24,7 @@ teardown() {
@test "[$TESTSUITE] Add feed without GUIDs" {
run ./occ news:feed:add "$user" "$NO_GUID_FEED" --title "Something-${BATS_SUITE_TEST_NUMBER}"
+ echo "Attention! Are the dates of the feed older than 'one year ago'? If so this is not a bug, adjust the dates. #2201"
assert_failure
assert_output "Malformed feed: item has no GUID"
@@ -47,7 +48,7 @@ teardown() {
assert_success
assert_output --partial '"faviconLink": "https:\/\/nextcloud.com\/wp-content\/uploads\/2022\/03\/favicon.png",'
- assert_output --partial '"faviconLink": "https:\/\/www.heise.de\/favicon.ico?v=JykvN0w9Ye",'
+ assert_output --partial '"faviconLink": "https:\/\/www.heise.de\/favicon.ico?v='
}
@test "[$TESTSUITE] List all items" {