Skip to content

Commit

Permalink
fix: debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschreiber committed Sep 4, 2024
1 parent 040dc04 commit bbebdab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terraso_backend/tests/graphql/test_shared_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,10 @@ def test_data_entry_kml_to_geojson(
logger.info("-----expected----------------------")
logger.info(expected_json["features"])
logger.info("-----actual----------------------")
logger.info(json_response)
logger.info(data_entry_result)
logger.info(json.loads(data_entry_result))
logger.info(json.loads(data_entry_result["geojson"]))
logger.info(json.loads(data_entry_result["geojson"])["features"])
logger.info("-----done----------------------")
assert json.loads(data_entry_result["geojson"])["features"] == expected_json["features"]
Expand Down

0 comments on commit bbebdab

Please sign in to comment.