]> git.openstreetmap.org Git - nominatim.git/blob - test/bdd/features/api/status/simple.feature
release 5.1.0.post8
[nominatim.git] / test / bdd / features / api / status / simple.feature
1 Feature: Status queries
2     Testing status query
3
4     Scenario: Status as text
5         When sending v1/status
6         Then a HTTP 200 is returned
7         And the page content equals "OK"
8
9     Scenario: Status as json
10         When sending v1/status with format json
11         Then a HTTP 200 is returned
12         And the result is valid json
13         And the result contains
14           | status!:d | message | data_updated!fm |
15           | 0         | OK      | ....-..-..T..:..:...00:00 |