tests: enable http basic auth

This commit is contained in:
Frédéric Péters 2020-04-12 11:32:51 +02:00
parent c166414d0d
commit 246927a76b
1 changed files with 2 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# Add corbo hobo agent
INSTALLED_APPS = ('corbo.hobo_agent', 'hobo.agent.common') + INSTALLED_APPS
REST_FRAMEWORK['DEFAULT_AUTHENTICATION_CLASSES'] = ['rest_framework.authentication.BasicAuthentication']