Skip to content

Commit

Permalink
updated image output in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasholderness committed Sep 25, 2017
1 parent 28aa49e commit fef4c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/testReports.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export default function(app, reportid, createdAt) {
test.value(res.body.result.features[0].properties.status)
.is('confirmed');
test.value(res.body.result.features[0].properties.image_url)
.is('https://images.petabencana.id/image');
.is('image');
test.value(res.body.result.features[0].properties.disaster_type)
.is('flood');
test.value(res.body.result.features[0].properties.report_data
Expand Down

0 comments on commit fef4c49

Please sign in to comment.