Skip to content

Commit a271568

Browse files
committed
try stream
1 parent 1b1567f commit a271568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/api/feeds.bats

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ teardown() {
145145

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

0 commit comments

Comments
 (0)