1 Feature: Status queries
 
   4     Scenario: Status as text
 
   6         Then a HTTP 200 is returned
 
   7         And the page content equals "OK"
 
   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 |