Add tests for Google OAuth authentication

This commit is contained in:
Tom Hughes 2015-02-28 17:35:57 +00:00
parent eeb9866d50
commit ddaf43bc0e
6 changed files with 276 additions and 16 deletions

View file

@ -103,3 +103,7 @@ test:
<<: *defaults
# Geonames credentials for testing
geonames_username: "dummy"
# External authentication credentials for testing
google_auth_id: "dummy"
google_auth_secret: "dummy"
google_openid_realm: "https://www.openstreetmap.org"