]> git.openstreetmap.org Git - nominatim.git/blob - test/bdd/api/status/simple.feature
These days the OSM wikipedia tab no longer contains URLs
[nominatim.git] / test / bdd / api / status / simple.feature
1 @APIDB
2 Feature: Status queries
3     Testing status query
4
5     Scenario: Status as text
6         When sending status query
7         Then a HTTP 200 is returned
8         And the page contents equals "OK"
9
10     Scenario: Status as json
11         When sending json status query
12         Then the result is valid json
13         And results contain
14           | status | message |
15           | 0      | OK      |
16         And result has attributes data_updated