Browse Source

Fix tests.

pull/60/head
Pēteris Caune 9 years ago
parent
commit
3656e399f7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      hc/front/tests/test_log.py

+ 1
- 1
hc/front/tests/test_log.py View File

@ -17,7 +17,7 @@ class LogTestCase(BaseTestCase):
self.client.login(username="[email protected]", password="password")
r = self.client.get(url)
self.assertContains(r, "Dates and times are", status_code=200)
self.assertContains(r, "Local Time", status_code=200)
def test_team_access_works(self):
url = "/checks/%s/log/" % self.check.code


Loading…
Cancel
Save