Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Removing Grondexploitatie test. #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions tests/test_health.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,9 @@ def test_geosearch():
check_api_call("/geosearch/munitie/?lat=52.375764&lon=4.8914344")
check_api_call("/geosearch/bominslag/?lat=52.375764&lon=4.8914344&radius=25")
check_api_call("/geosearch/monumenten/?lat=52.375764&lon=4.8914344&monumenttype=isnot_pand_bouwblok&radius=25")
check_api_call("/geosearch/grondexploitatie/?lat=52.375764&lon=4.8914344")
check_api_call("/geosearch/biz/?lat=52.375764&lon=4.8914344")


def test_grondexploitatie():
check_api_call("/grondexploitatie/stadsdeel/A/", True)


def test_bag():
check_api_call("/bag/nummeraanduiding/?pand=0363100012180422")
check_api_call("/bag/pand/0363100012180422/")
Expand Down