From 57510f517afb8bff3469146cde546b5eca3d3f6c Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sun, 17 May 2020 16:53:33 +0200 Subject: [PATCH] adapt tests to modified address types --- test/bdd/api/search/params.feature | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/bdd/api/search/params.feature b/test/bdd/api/search/params.feature index 6ba22d03..e2744279 100644 --- a/test/bdd/api/search/params.feature +++ b/test/bdd/api/search/params.feature @@ -59,9 +59,8 @@ Feature: Search queries | ID | class | type | | 0 | leisure | dog_park | And result addresses contain - | ID | address29 | + | ID | leisure | | 0 | Hundeauslauf | - And address of result 0 has no types leisure,dog_park Scenario: Disabling deduplication When sending json search query "Sievekingsallee, Hamburg" -- 2.39.5