tests: fix urllib3 warning about unverified HTTPS request

This commit is contained in:
Benjamin Dauvergne 2017-10-18 16:35:17 +02:00
parent 10dd95879c
commit 74087001d0
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
PETALE_AUTHENTIC_URL = 'https://example.net/idp/'
PETALE_AUTHENTIC_URL = 'http://example.net/idp/'
PETALE_AUTHENTIC_AUTH = ('foo', 'bar')
DATABASES = {
'default': {