Skip to content

Commit 9cfecf4

Browse files
committed
[XPACk] Fix reference to deprecation rest yaml test file
1 parent 4efcc52 commit 9cfecf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticsearch-xpack/spec/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
skipped_files += Dir.glob("#{YAML_FILES_DIRECTORY}/ml/set_upgrade_mode.yml")
9191

9292
# 'Test Deprecations' has non-zero length node_settings field
93-
skipped_files += Dir.glob("#{YAML_FILES_DIRECTORY}/deprecations/10_basic.yml")
93+
skipped_files += Dir.glob("#{YAML_FILES_DIRECTORY}/deprecation/10_basic.yml")
9494

9595
SINGLE_TEST = nil
9696
# Uncomment the following line and set it to a file when a single test should be run.

0 commit comments

Comments
 (0)