2 Feature: Status queries against unknown database
5 Scenario: Failed status as text
6 When sending text status query
7 Then a HTTP 500 is returned
8 And the page contents equals "ERROR: Database connection failed"
10 Scenario: Failed status as json
11 When sending json status query
12 Then a HTTP 200 is returned
13 And the result is valid json
16 | 700 | Database connection failed |
17 And result has not attributes data_updated