inspec/test/fixtures/cmd/elasticsearch-cluster-auth
Ryan Davis db8e6e7415 Moved test/unit/mock/* to test/fixtures
Signed-off-by: Ryan Davis <zenspider@chef.io>
2019-11-08 16:29:03 -08:00

23 lines
385 B
Text

{
"_nodes": {
"total": 1,
"successful": 1,
"failed": 0
},
"cluster_name": "authentication",
"nodes": {
"N1XoIhE6RWGAMTS1fSdsLg": {
"name": "N1XoIhE",
"modules": [],
"plugins": [],
"settings": {
"cluster": {
"name": "authentication"
},
"node": {
"name": "N1XoIhE"
}
}
}
}
}