109
108
def test_all_checks_pass(self):
110
109
# All checks pass when the services are available and data is returned.
113
113
self.index_client.index_charm(charm_data)
115
114
response = heartbeat(self.getRequest())
116
115
checks = response['checks']
117
116
remark = '1 charms found'