From daceb7d65e5b54c42ed859a6ded956b87eaeff4f Mon Sep 17 00:00:00 2001 From: Chatewgne Date: Thu, 22 Feb 2024 15:47:42 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20[TEST]=20Remove=20unused=20test=20f?= =?UTF-8?q?iles=20(refs=20#3569)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../geotrek_parser_v2/informationdesk.json | 42 ------------------- .../informationdesk_type.json | 15 ------- 2 files changed, 57 deletions(-) delete mode 100644 geotrek/outdoor/tests/data/geotrek_parser_v2/informationdesk.json delete mode 100644 geotrek/outdoor/tests/data/geotrek_parser_v2/informationdesk_type.json diff --git a/geotrek/outdoor/tests/data/geotrek_parser_v2/informationdesk.json b/geotrek/outdoor/tests/data/geotrek_parser_v2/informationdesk.json deleted file mode 100644 index 86582b5a2c..0000000000 --- a/geotrek/outdoor/tests/data/geotrek_parser_v2/informationdesk.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "count": 1, - "next": null, - "previous": null, - "results": [ - { - "id": 1, - "accessibility": { - "en": "", - "fr": "" - }, - "description": { - "en": "", - "fr": "" - }, - "email": null, - "label_accessibility": null, - "latitude": null, - "longitude": null, - "municipality": null, - "name": { - "en": "Test en", - "fr": "Test fr" - }, - "phone": null, - "photo_url": "", - "uuid": "f2ace594-2444-48ba-a316-5ead2fc29011", - "postal_code": null, - "provider": "", - "street": null, - "type": { - "id": 1, - "label": { - "en": "Test type", - "fr": "Test type fr" - }, - "pictogram": "http://geotrek.local:8000/media/upload/vtt_d66RAwr.svg" - }, - "website": null - } - ] -} diff --git a/geotrek/outdoor/tests/data/geotrek_parser_v2/informationdesk_type.json b/geotrek/outdoor/tests/data/geotrek_parser_v2/informationdesk_type.json deleted file mode 100644 index 067e1d33f5..0000000000 --- a/geotrek/outdoor/tests/data/geotrek_parser_v2/informationdesk_type.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "count": 1, - "next": null, - "previous": null, - "results": [ - { - "id": 1, - "label": { - "en": "Test type", - "fr": "Test type fr" - }, - "pictogram": "http://geotrek.local:8000/media/upload/vtt_d66RAwr.svg" - } - ] -}