Skip to content

Commit

Permalink
Fix negative test
Browse files Browse the repository at this point in the history
  • Loading branch information
malliaridis committed Nov 19, 2024
1 parent cfee850 commit b94aad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solr/packaging/test/test_stream.bats
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ teardown() {
echo 'sort="price desc"' >> "${solr_stream_file}"
echo ')' >> "${solr_stream_file}"

run solr stream --execution local --header ${solr_stream_file}
run ! solr stream --execution local --header ${solr_stream_file}

assert_output --partial 'ERROR'
}

0 comments on commit b94aad1

Please sign in to comment.