mirror of
https://github.com/chylex/Nextcloud-News.git
synced 2024-11-24 13:42:47 +01:00
bcdeb55fcb
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
12 lines
207 B
Bash
12 lines
207 B
Bash
#!/usr/bin/env bats
|
|
|
|
load "helpers/settings"
|
|
|
|
TESTSUITE="Explore"
|
|
|
|
@test "[$TESTSUITE] Create new" {
|
|
curl --fail "$NC_FEED"
|
|
|
|
run ./occ news:generate-explore --votes 100 "$NC_FEED"
|
|
[ "$status" -eq 0 ]
|
|
} |