Skip to content

Commit

Permalink
revert changes to test
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Brahmer <[email protected]>
  • Loading branch information
Grotax committed Dec 24, 2023
1 parent cc01fd4 commit 29ad0cf
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_success
assert_failure

assert_output --partial "Something-${BATS_SUITE_TEST_NUMBER}"
assert_output "Malformed feed: item has no GUID"
}

@test "[$TESTSUITE] List all" {
Expand Down

0 comments on commit 29ad0cf

Please sign in to comment.