Skip to content

Commit 5b2d7b6

Browse files
committed
[X-Pack] Update spec
1 parent 407aa9e commit 5b2d7b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticsearch-xpack/test/unit/monitoring/bulk_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class XPackMonitoringBulkTest < Minitest::Test
1414
should "perform correct request" do
1515
subject.expects(:perform_request).with do |method, url, params, body|
1616
assert_equal 'POST', method
17-
assert_equal '_xpack/monitoring/_bulk', url
17+
assert_equal '_monitoring/bulk', url
1818
assert_equal Hash.new, params
1919
assert_equal "", body
2020
true

0 commit comments

Comments
 (0)