Skip to content

Commit

Permalink
[front-test] modified registration in settings and removal of ipdb fr…
Browse files Browse the repository at this point in the history
…om the code.
  • Loading branch information
Angela Mutava authored and Angela Mutava committed May 8, 2017
1 parent 219be7b commit 4468262
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hc/api/tests/test_list_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def test_it_works(self):
self.assertTrue("checks" in doc)

checks = {check["name"]: check for check in doc["checks"]}
import ipdb; ipdb.set_trace()

### Assert the expected length of checks
### Assert the checks Alice 1 and Alice 2's timeout, grace, ping_url, status,
### last_ping, n_pings and pause_url
Expand Down
2 changes: 1 addition & 1 deletion hc/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
ALLOWED_HOSTS = ["*"]
DEFAULT_FROM_EMAIL = 'healthchecks@example.org'
USE_PAYMENTS = False
REGISTRATION_OPEN = False
REGISTRATION_OPEN = True


INSTALLED_APPS = (
Expand Down

0 comments on commit 4468262

Please sign in to comment.