Skip to content

Commit

Permalink
fix(tests): sample oauth environment for tests to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman committed Apr 15, 2022
1 parent 06eecda commit cf6764b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/cypress/.env.tests
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ DJANGO_DB=django
DJANGO_DEBUG=false
DJANGO_INIT_PATH=fixtures/??_*.json
DJANGO_LOG_LEVEL=INFO
DJANGO_OAUTH_AUTHORITY=https://example.com
DJANGO_OAUTH_CLIENT_ID=client-id
DJANGO_OAUTH_CLIENT_NAME=testclient
DJANGO_OAUTH_SCOPE=openid
DJANGO_SECRET_KEY=secret
DJANGO_RATE_LIMIT=5
DJANGO_RATE_LIMIT_METHODS=POST
Expand Down

0 comments on commit cf6764b

Please sign in to comment.