Skip to content

Commit 86a8a27

Browse files
committed
add integration test
1 parent 9410217 commit 86a8a27

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

tests/integration/test_api.py

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,24 @@
2323
# Chiapas, Mexico
2424
"bounding_box": (-92.86, 16.26, -91.58, 16.97),
2525
},
26+
{
27+
"data_center": "NSIDC",
28+
"short_name": "ATL08",
29+
"revision_date": "2021-02-01T00:00:00Z,2021-02-02T00:00:00Z",
30+
# Chiapas, Mexico
31+
"polygon": (
32+
-92.86,
33+
16.26,
34+
-91.58,
35+
16.26,
36+
-91.58,
37+
16.97,
38+
-92.86,
39+
16.97,
40+
-92.86,
41+
16.26,
42+
),
43+
},
2644
{
2745
"concept_id": "C2021957295-LPCLOUD",
2846
"day_night_flag": "day",

0 commit comments

Comments
 (0)