Skip to content

Commit

Permalink
udpate 'remoteDetectionAlert' fixture with geometry
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomás Ciccola committed Sep 26, 2024
1 parent eedd446 commit a7a3ecd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test-e2e/project-crud.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@ const fixtures = [
detectionDateEnd: new Date().toISOString(),
sourceId: randomBytes(32).toString('hex'),
metadata: { alert_type: 'fire' },
geometry: {},
geometry: {
type: 'Point',
coordinates: [-3, 37],
},
},
]

Expand Down

0 comments on commit a7a3ecd

Please sign in to comment.