Skip to content

Commit

Permalink
update test config
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-shaw committed Jan 27, 2025
1 parent aa6cfa9 commit c77069c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ class TestConfig(object):
CONTACT_PHONE = "08081570000"
DEBUG = True
DEPARTMENT_NAME = "Department of Magical Law Enforcement"
DEPARTMENT_URL = "https://www.gov.uk/government/organisations/land-registry"
DEPARTMENT_URL = "https://www.example.com/"
RATELIMIT_HEADERS_ENABLED = True
SECRET_KEY = "4f378500459bb58fecf903ea3c113069f11f150b33388f56fc89f7edce0e6a84"
SERVICE_NAME = "Apply for a wand licence"
SERVICE_PHASE = "Beta"
SERVICE_URL = "https://wand-licensing.service.gov.uk"
SERVICE_URL = "https://wand-licence.service.gov.uk"
SESSION_COOKIE_HTTPONLY = True
SESSION_COOKIE_SAMESITE = "Lax"
SESSION_COOKIE_SECURE = True
Expand Down

0 comments on commit c77069c

Please sign in to comment.