Browse Source

Fix tests.

pull/228/head
Pēteris Caune 6 years ago
parent
commit
212578c378
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      hc/front/tests/test_status_single.py

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

@ -38,7 +38,7 @@ class StatusSingleTestCase(BaseTestCase):
self.check.last_ping = p.created
self.check.save()
timestamp = p.created.strftime("%s.%f")
timestamp = str(p.created.timestamp())
url = "/checks/%s/status/?u=%s" % (self.check.code, timestamp)
self.client.login(username="[email protected]", password="password")


Loading…
Cancel
Save