Skip to content

Commit

Permalink
fix data.json parse issues - darn trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Dec 1, 2020
1 parent 1090a39 commit ff1a343
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/test/functional/es_archives/maps/kibana/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"source": {
"index-pattern" : {
"fields" : "[]",
"title" : "flights",
"title" : "flights"
},
"type" : "index-pattern",
"references" : [ ],
Expand All @@ -117,7 +117,7 @@
"source": {
"index-pattern" : {
"fields" : "[]",
"title" : "connections",
"title" : "connections"
},
"type" : "index-pattern",
"references" : [ ],
Expand Down

0 comments on commit ff1a343

Please sign in to comment.