summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2023-10-28 09:53:44 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2023-10-28 14:19:56 +0200
commitda3c58eba5d3a93cf693afa778afa7efc46dbc25 (patch)
treee22b04e39f1277d44cc381e33e4f8f2f7d836e41 /tests
parent8b33b252d504af379670cee76c9c8bce10788291 (diff)
Feed without GUID is now working
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Diffstat (limited to 'tests')
-rw-r--r--tests/command/feeds.bats4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/command/feeds.bats b/tests/command/feeds.bats
index 683207d98..59953921d 100644
--- a/tests/command/feeds.bats
+++ b/tests/command/feeds.bats
@@ -25,9 +25,9 @@ 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_success
- assert_output "Malformed feed: item has no GUID"
+ assert_output --partial "Something-${BATS_SUITE_TEST_NUMBER}"
}
@test "[$TESTSUITE] List all" {