Skip to content

Commit b22cebc

Browse files
committed
add explanation
1 parent efaa561 commit b22cebc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stac_fastapi/tests/resources/test_item.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -829,5 +829,6 @@ async def test_search_datetime_validation_errors(app_client):
829829
resp = await app_client.post("/search", json=body)
830830
assert resp.status_code == 400
831831

832+
# Getting this instead ValueError: Invalid RFC3339 datetime.
832833
# resp = await app_client.get("/search?datetime={}".format(dt))
833834
# assert resp.status_code == 400

0 commit comments

Comments
 (0)