From f8d7c85e8b18ee205225ebc9ac40ed0d969fdf36 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sabine=20Schr=C3=B6der?= <s.schroeder@fz-juelich.de>
Date: Sat, 3 Oct 2020 20:34:12 +0200
Subject: [PATCH] #17: delete coordinate_validation_status,
 coordinate_validation_date, and coordinate_validator_id from fixtures for
 pytest

---
 toardb/stationmeta/fixtures/stationmeta_core.json | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/toardb/stationmeta/fixtures/stationmeta_core.json b/toardb/stationmeta/fixtures/stationmeta_core.json
index c819579..38675f8 100644
--- a/toardb/stationmeta/fixtures/stationmeta_core.json
+++ b/toardb/stationmeta/fixtures/stationmeta_core.json
@@ -5,9 +5,6 @@
     "country": "China",
     "state": "Shandong Sheng",
     "coordinates": {"lat":36.256,"lng":117.106,"alt":1534.0},
-    "coordinate_validation_status": 0,
-    "coordinate_validation_date": "2020-02-28T11:27:03.746260Z",
-    "coordinate_validator_id": 1,
     "type_of_environment": 0,
     "type_of_area": 0,
     "timezone": "",
@@ -19,9 +16,6 @@
     "country": "China",
     "state": "Beijing Shi",
     "coordinates": {"lat":40.65,"lng":117.106,"alt":293.9},
-    "coordinate_validation_status": 0,
-    "coordinate_validation_date": "2020-02-28T11:27:03.746260Z",
-    "coordinate_validator_id": 1,
     "type_of_environment": 0,
     "type_of_area": 0,
     "timezone": "",
@@ -33,9 +27,6 @@
     "country":"China",
     "state":"Shandong Sheng",
     "coordinates":{"lat":36.256,"lng":117.106,"alt":1534.0},
-    "coordinate_validation_status":0,
-    "coordinate_validation_date":"2020-03-11T12:22:18.047974+01:00",
-    "coordinate_validator_id": 1,
     "type_of_environment":0,
     "type_of_area":0,
     "timezone":"",
-- 
GitLab