Skip to content

Commit

Permalink
Feed without GUID is now working
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Brahmer <[email protected]>
  • Loading branch information
Grotax committed Oct 28, 2023
1 parent 8b33b25 commit da3c58e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/command/feeds.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit da3c58e

Please sign in to comment.