Skip to content

Commit

Permalink
remove stream
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Brahmer <[email protected]>
  • Loading branch information
Grotax committed Dec 20, 2024
1 parent 1f43257 commit f05dbe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api/feeds.bats
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ teardown() {

@test "[$TESTSUITE] Create Feed and check for nextUpdateTime {
# run is not working here.
output=$(http --ignore-stdin -b -a ${user}:${APP_PASSWORD} POST ${BASE_URLv1}/feeds url=$NC_FEED | jq --stream '.feeds | .[0].nextUpdateTime')
output=$(http --ignore-stdin -b -a ${user}:${APP_PASSWORD} POST ${BASE_URLv1}/feeds url=$NC_FEED | jq '.feeds | .[0].nextUpdateTime')
assert_output '4090814535'
}

0 comments on commit f05dbe5

Please sign in to comment.