From cb08e68e986c61a1c32fc6336ad0722fcb22fb69 Mon Sep 17 00:00:00 2001 From: Matthias Schaub Date: Wed, 10 Jan 2024 11:59:22 +0100 Subject: [PATCH] tests: rename tileServerA to tileServer in fixutre tileServerA does not exists. --- .../fixtures/change_detection/project_drafts.json | 8 ++++---- .../integration/fixtures/change_detection/tutorial.json | 2 +- .../fixtures/change_detection/tutorial_bing.json | 2 +- .../fixtures/change_detection/tutorial_kutupalong.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/mapswipe_workers/tests/integration/fixtures/change_detection/project_drafts.json b/mapswipe_workers/tests/integration/fixtures/change_detection/project_drafts.json index c29c6ec2..8b5b2128 100644 --- a/mapswipe_workers/tests/integration/fixtures/change_detection/project_drafts.json +++ b/mapswipe_workers/tests/integration/fixtures/change_detection/project_drafts.json @@ -9,7 +9,7 @@ "verificationNumber": 3, "groupSize": 15, "projectType": 3, - "tileServerA": { + "tileServer": { "name": "bing", "apiKeyRequired": true, "caption": "Before", @@ -35,7 +35,7 @@ "verificationNumber": 3, "groupSize": 15, "projectType": 3, - "tileServerA": { + "tileServer": { "name": "bing", "apiKeyRequired": true, "caption": "Before", @@ -59,7 +59,7 @@ "groupSize": 15, "projectType": 3, "zoomLevel": 16, - "tileServerA": { + "tileServer": { "name": "custom", "url": "https://tiles.planet.com/basemaps/v1/planet-tiles/global_quarterly_2017q1_mosaic/gmap/{z}/{x}/{y}.png?", "apiKeyRequired": false, @@ -89,7 +89,7 @@ "groupSize": 15, "projectType": 3, "zoomLevel": 16, - "tileServerA": { + "tileServer": { "name": "custom", "url": "https://tiles.planet.com/basemaps/v1/planet-tiles/global_quarterly_2017q1_mosaic/gmap/{z}/{x}/{y}.png?", "apiKeyRequired": false, diff --git a/mapswipe_workers/tests/integration/fixtures/change_detection/tutorial.json b/mapswipe_workers/tests/integration/fixtures/change_detection/tutorial.json index dc2bdec0..66597812 100644 --- a/mapswipe_workers/tests/integration/fixtures/change_detection/tutorial.json +++ b/mapswipe_workers/tests/integration/fixtures/change_detection/tutorial.json @@ -8,7 +8,7 @@ "projectDetails": "This is a tutorial", "progress": 0, "contributorCount": 0, - "tileServerA" : { + "tileServer" : { "apiKey" : "", "apiKeyRequired" : false, "caption" : "Before", diff --git a/mapswipe_workers/tests/integration/fixtures/change_detection/tutorial_bing.json b/mapswipe_workers/tests/integration/fixtures/change_detection/tutorial_bing.json index 5b40628d..442cd67c 100644 --- a/mapswipe_workers/tests/integration/fixtures/change_detection/tutorial_bing.json +++ b/mapswipe_workers/tests/integration/fixtures/change_detection/tutorial_bing.json @@ -8,7 +8,7 @@ "projectDetails": "This is a tutorial", "progress": 0, "contributorCount": 0, - "tileServerA" : { + "tileServer" : { "apiKey" : "", "captions" : "", "date" : "", diff --git a/mapswipe_workers/tests/integration/fixtures/change_detection/tutorial_kutupalong.json b/mapswipe_workers/tests/integration/fixtures/change_detection/tutorial_kutupalong.json index 01af7ce1..dd0f5e66 100644 --- a/mapswipe_workers/tests/integration/fixtures/change_detection/tutorial_kutupalong.json +++ b/mapswipe_workers/tests/integration/fixtures/change_detection/tutorial_kutupalong.json @@ -8,7 +8,7 @@ "projectDetails": "This is a tutorial", "progress": 0, "contributorCount": 0, - "tileServerA" : { + "tileServer" : { "apiKey" : "", "captions" : "", "date" : "",