stubbing for mock datasource.identities must be typed as array

This commit is contained in:
Claudio Atzori 2020-06-16 16:54:28 +02:00
parent 631fef12a7
commit 1bc1d15eaf
1 changed files with 2 additions and 1 deletions

View File

@ -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
] ]
}, },