Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
atmorling committed Dec 17, 2024
1 parent c18bee9 commit a08dc41
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions tests/sample_data/io/get_patrol_events_bad_geojson.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@
"properties": {
"message": "",
"datetime": "2017-02-05T00:10:00+00:00",
"image": "https://mep-dev.pamdas.org/static/poacher_camp-gray.svg",
"image": "https://test-data.pamdas.org/static/poacher_camp-gray.svg",
"icon": {
"iconUrl": "https://mep-dev.pamdas.org/static/poacher_camp-gray.svg",
"iconUrl": "https://test-data.pamdas.org/static/poacher_camp-gray.svg",
"iconSize": [
25,
25
Expand Down Expand Up @@ -148,9 +148,9 @@
},
"properties": {
"message": "",
"image": "https://mep-dev.pamdas.org/static/hwc_rep-gray.svg",
"image": "https://test-data.pamdas.org/static/hwc_rep-gray.svg",
"icon": {
"iconUrl": "https://mep-dev.pamdas.org/static/hwc_rep-gray.svg",
"iconUrl": "https://test-data.pamdas.org/static/hwc_rep-gray.svg",
"iconSize": [
25,
25
Expand Down Expand Up @@ -191,9 +191,9 @@
"properties": {
"message": "",
"datetime": "2017-02-05T02:30:00+00:00",
"image": "https://mep-dev.pamdas.org/static/hwc_rep-gray.svg",
"image": "https://test-data.pamdas.org/static/hwc_rep-gray.svg",
"icon": {
"iconUrl": "https://mep-dev.pamdas.org/static/hwc_rep-gray.svg",
"iconUrl": "https://test-data.pamdas.org/static/hwc_rep-gray.svg",
"iconSize": [
25,
25
Expand Down Expand Up @@ -238,17 +238,17 @@
"is_collection": false
}
],
"image_url": "https:\/\/mep-dev.pamdas.org\/static\/sprite-src\/plane-patrol-icon.svg",
"image_url": "https:\/\/test-data.pamdas.org\/static\/sprite-src\/plane-patrol-icon.svg",
"icon_id": "plane-patrol-icon",
"updates": [
{
"message": "Report Added",
"time": "2024-09-09T18:01:10.677469+00:00",
"user": {
"username": "jwall",
"first_name": "Jake",
"last_name": "Wall",
"id": "de30b9c8-8cf5-4e0c-b03d-f6d0ad53b01e",
"username": "user1",
"first_name": "Elebot",
"last_name": "Elebot",
"id": "abc123",
"content_type": "accounts.user"
},
"type": "add_event"
Expand All @@ -257,10 +257,10 @@
"message": "Report Added",
"time": "2024-09-09T18:01:10.613940+00:00",
"user": {
"username": "jwall",
"first_name": "Jake",
"last_name": "Wall",
"id": "de30b9c8-8cf5-4e0c-b03d-f6d0ad53b01e",
"username": "user1",
"first_name": "Elebot",
"last_name": "Elebot",
"id": "abc123",
"content_type": "accounts.user"
},
"type": "add_event"
Expand All @@ -269,10 +269,10 @@
"message": "Report Added",
"time": "2024-09-09T18:01:10.544995+00:00",
"user": {
"username": "jwall",
"first_name": "Jake",
"last_name": "Wall",
"id": "de30b9c8-8cf5-4e0c-b03d-f6d0ad53b01e",
"username": "user1",
"first_name": "Elebot",
"last_name": "Elebot",
"id": "abc123",
"content_type": "accounts.user"
},
"type": "add_event"
Expand All @@ -281,10 +281,10 @@
"message": "Report Added",
"time": "2024-09-09T18:01:10.470386+00:00",
"user": {
"username": "jwall",
"first_name": "Jake",
"last_name": "Wall",
"id": "de30b9c8-8cf5-4e0c-b03d-f6d0ad53b01e",
"username": "user1",
"first_name": "Elebot",
"last_name": "Elebot",
"id": "abc123",
"content_type": "accounts.user"
},
"type": "add_event"
Expand All @@ -299,10 +299,10 @@
"message": "Patrol Added",
"time": "2024-09-09T18:01:10.177573+00:00",
"user": {
"username": "jwall",
"first_name": "Jake",
"last_name": "Wall",
"id": "de30b9c8-8cf5-4e0c-b03d-f6d0ad53b01e",
"username": "user1",
"first_name": "Elebot",
"last_name": "Elebot",
"id": "abc123",
"content_type": "accounts.user"
},
"type": "add_patrol"
Expand Down

0 comments on commit a08dc41

Please sign in to comment.