Skip to content

Commit

Permalink
Update test after --doc-type option was removed
Browse files Browse the repository at this point in the history
  • Loading branch information
hmusum committed Oct 9, 2024
1 parent e2e8d40 commit ff55ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/search/significance/significance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def generate_default_significance_model_from_vespa_dump_file

vespa.adminserver.
execute(
"vespa-significance generate --in \"#{input_file}\" --out \"#{output_file}\" --field text --language en --doc-type en --zst-compression true",
"vespa-significance generate --in \"#{input_file}\" --out \"#{output_file}\" --field text --language en --zst-compression true",
:exceptiononfailure => true)

FileUtils.mkdir_p(@models_dir)
Expand Down

0 comments on commit ff55ca1

Please sign in to comment.