X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/52e5fa6ad78f375cec5a207a123a4aa3939c8ddf..19a9298855028b3edb95428d34470f45c92ce8d9:/test/fixtures/client_applications.yml diff --git a/test/fixtures/client_applications.yml b/test/fixtures/client_applications.yml index e8087eb98..13f9c086a 100644 --- a/test/fixtures/client_applications.yml +++ b/test/fixtures/client_applications.yml @@ -20,6 +20,7 @@ oauth_web_app: oauth_desktop_app: name: Some OAuth Desktop App created_at: "2009-04-21 00:00:00" + url: http://some.desktop.app.org/ support_url: http://some.desktop.app.org/support updated_at: "2009-04-21 00:00:00" user_id: 2 @@ -31,3 +32,19 @@ 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" + url: http://some.desktop.app.org/ + 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