Update healthcheck page - remove travis references

Also remove travis references from the repository
This commit is contained in:
Pea Tyczynska
2020-04-21 15:57:01 +01:00
parent d88b20beec
commit 260fd7940d
4 changed files with 4 additions and 8 deletions

View File

@@ -11,8 +11,7 @@ def test_get_status_all_ok(client, notify_db_session, path):
resp_json = json.loads(response.get_data(as_text=True))
assert resp_json['status'] == 'ok'
assert resp_json['db_version']
assert resp_json['travis_commit']
assert resp_json['travis_build_number']
assert resp_json['git_commit']
assert resp_json['build_time']