calculator themes down into the apps directory
This commit is contained in:
parent
3470cf1130
commit
8caf7d69d2
2 changed files with 0 additions and 1 deletions
|
|
@ -79,7 +79,6 @@ class TestCernApp(tornado.testing.AsyncHTTPTestCase):
|
|||
def test_report(self):
|
||||
response = yield self.http_client.fetch(self.get_url('/calculator/baseline-model/result'))
|
||||
self.assertEqual(response.code, 200)
|
||||
assert 'CERN HSE' in response.body.decode()
|
||||
assert 'expected number of new cases is' in response.body.decode()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue