aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2022-02-02 10:01:03 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2022-02-02 10:01:03 +0000
commita6901190809b1ec60b91ef4005336690c5180e40 (patch)
treee24375d5506a0384b2e75f12bc2870967f7b41c7 /test
parenta979189ab056607dd102373843cc8c54af5d879a (diff)
Fix some too-narrow field types.
Diffstat (limited to 'test')
-rw-r--r--test/baseline/elastic-mapping-ip-subset.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/baseline/elastic-mapping-ip-subset.json b/test/baseline/elastic-mapping-ip-subset.json
index b0a8895908..1357c9faca 100644
--- a/test/baseline/elastic-mapping-ip-subset.json
+++ b/test/baseline/elastic-mapping-ip-subset.json
@@ -189,7 +189,7 @@
"type": "long"
},
"ip_ip_opt_sec_rfc791_sec": {
- "type": "short"
+ "type": "integer"
},
"ip_ip_opt_sec_rfc791_comp": {
"type": "integer"