[TEST] fixed typo s/mising/missing
This commit is contained in:
parent
f0774eb5d1
commit
c72e1de1c4
|
@ -118,7 +118,7 @@ setup:
|
|||
- match: {foo.aliases.alias: {}}
|
||||
|
||||
---
|
||||
"put alias with mising name":
|
||||
"put alias with missing name":
|
||||
|
||||
|
||||
- do:
|
||||
|
|
|
@ -169,7 +169,7 @@ setup:
|
|||
- match: {foo.mappings.test_type.properties.text.analyzer: whitespace}
|
||||
|
||||
---
|
||||
"put mapping with mising type":
|
||||
"put mapping with missing type":
|
||||
|
||||
|
||||
- do:
|
||||
|
|
|
@ -116,7 +116,7 @@ setup:
|
|||
- match: {foo.warmers.warmer.source.query.match_all: {}}
|
||||
|
||||
---
|
||||
"put warmer with mising name":
|
||||
"put warmer with missing name":
|
||||
|
||||
|
||||
- do:
|
||||
|
|
Loading…
Reference in New Issue