Skip to content

Commit

Permalink
Update solr/packaging/test/test_create.bats
Browse files Browse the repository at this point in the history
Co-authored-by: Christos Malliaridis <[email protected]>
  • Loading branch information
epugh and malliaridis authored Sep 28, 2024
1 parent edbff4b commit f90ce33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solr/packaging/test/test_create.bats
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ teardown() {
solr start
solr assert --started http://localhost:${SOLR_PORT} --timeout 5000

run solr create -c COLL_NAME -v
run solr create -c COLL_NAME -V
assert_output --partial "Creating new core 'COLL_NAME' using CoreAdminRequest"
}

0 comments on commit f90ce33

Please sign in to comment.