We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ae2c82 commit a87f551Copy full SHA for a87f551
elasticsearch-api/test/unit/nodes/info_test.rb
@@ -66,7 +66,7 @@ class NodesInfoTest < ::Test::Unit::TestCase
66
true
67
end.returns(FakeResponse.new)
68
69
- subject.nodes.info metric: ['http', 'network']
+ subject.nodes.info :metric => ['http', 'network']
70
end
71
72
0 commit comments