summaryrefslogtreecommitdiff
path: root/src/leap/base/constants.py
diff options
context:
space:
mode:
authorkali <kali@leap.se>2012-09-18 22:55:45 +0900
committerkali <kali@leap.se>2012-09-18 22:55:45 +0900
commit89735a5fd3c81e8aba3cb7b1d4836c1bf1e8c098 (patch)
treea8a00856a7ee856cb08f263d613ac038f82043fd /src/leap/base/constants.py
parent0d35f2a82bf15504ace2135af3e0c66ae1c16874 (diff)
cert verification and malformed json checks
Diffstat (limited to 'src/leap/base/constants.py')
-rw-r--r--src/leap/base/constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/base/constants.py b/src/leap/base/constants.py
index f3e24715..7a1415fb 100644
--- a/src/leap/base/constants.py
+++ b/src/leap/base/constants.py
@@ -11,7 +11,7 @@ DEFAULT_PROVIDER = __branding.get(
"provider_domain",
"testprovider.example.org")
-DEFINITION_EXPECTED_PATH = "definition.json"
+DEFINITION_EXPECTED_PATH = "provider.json"
DEFAULT_PROVIDER_DEFINITION = {
u'api_uri': u'https://api.%s/' % DEFAULT_PROVIDER,