forked from D-Net/dnet-hadoop
stubbing for mock datasource.identities must be typed as array
This commit is contained in:
parent
631fef12a7
commit
1bc1d15eaf
|
@ -6,9 +6,10 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"field": "identities",
|
"field": "identities",
|
||||||
"type": "not_used",
|
"type": "array",
|
||||||
"value": [
|
"value": [
|
||||||
"274269ac6f3b::2579-5449",
|
"274269ac6f3b::2579-5449",
|
||||||
|
"piwik:13",
|
||||||
null
|
null
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue