Skip to content

Commit

Permalink
Update args
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Oct 17, 2024
1 parent a608978 commit 5cb7c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solr/packaging/test/test_export.bats
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ teardown() {
}

@test "Check export command" {
run solr start -c -e techproducts
run solr start -e techproducts
run solr export --solr-url http://localhost:${SOLR_PORT} --name techproducts -query "*:* -id:test" -out "${BATS_TEST_TMPDIR}/output"

refute_output --partial 'Unrecognized option'
Expand Down

0 comments on commit 5cb7c0c

Please sign in to comment.