Skip to content

Commit

Permalink
Added description for failing test
Browse files Browse the repository at this point in the history
The shortened sources acceptance test currently fails when it should pass.
Fixes pelias/api#441
  • Loading branch information
avulfson17 committed Jul 6, 2016
1 parent b849dfd commit 594aa99
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions test_cases/place.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,29 @@
]
}
},

{
"id": 2,
"status": "fail",
"issue": "https://github.com/pelias/api/issues/441",
"description": "shortened source name should also work",
"in": {
"ids": "osm:venue:node:2562438641"
},
"expected": {
"properties": [
{
"gid": "openstreetmap:venue:node:2562438641",
"layer": "venue",
"source": "openstreetmap",
"id": "node:2562438641"
}
]
}
},

{
"id": 3,
"status": "pass",
"in": {
"ids": "openstreetmap:venue:way:5013364"
Expand Down

0 comments on commit 594aa99

Please sign in to comment.