Skip to content

Commit

Permalink
Try: revert analysis spec solr_url to see if it fixes the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mrharpo committed Apr 19, 2024
1 parent ace1134 commit 57db7e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/solr/analysis_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def analyze(input)
'analysis.fieldvalue' => input,
'analysis.fieldtype' => 'sort'
)
json = URI(config.solr_url + '/blacklight-core/analysis/field?' + params).read
json = URI('http://localhost:8983/solr/blacklight-core/analysis/field?' + params).read
JSON.parse(json)['analysis']['field_types']['sort']['index'].last.last['text']
end
it 'folds diacritics' do
Expand Down

0 comments on commit 57db7e1

Please sign in to comment.