Add functions tests for the oauth_clients controller
This commit is contained in:
parent
67e7ced086
commit
b93f79f5a0
3 changed files with 199 additions and 0 deletions
15
test/fixtures/client_applications.yml
vendored
15
test/fixtures/client_applications.yml
vendored
|
@ -31,3 +31,18 @@ oauth_desktop_app:
|
|||
allow_write_api: true
|
||||
allow_read_gpx: true
|
||||
allow_write_gpx: false
|
||||
|
||||
normal_user_app:
|
||||
name: Some OAuth Desktop App
|
||||
created_at: "2009-05-21 00:00:00"
|
||||
support_url: http://some.desktop.app.org/support
|
||||
updated_at: "2009-05-21 00:00:00"
|
||||
user_id: 1
|
||||
secret: jgYx43yx1FAMQbG6T0qZhvvFsKEf6Pgd5XfHr5kFgv4
|
||||
key: N6KVhfeaT626fhBt9aCMeA
|
||||
allow_read_prefs: true
|
||||
allow_write_prefs: false
|
||||
allow_write_diary: false
|
||||
allow_write_api: true
|
||||
allow_read_gpx: true
|
||||
allow_write_gpx: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue