calculator themes down into the apps directory

This commit is contained in:
Luis Aleixo 2021-11-15 14:24:51 +01:00
parent 3470cf1130
commit 8caf7d69d2
2 changed files with 0 additions and 1 deletions

View file

@ -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()