X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/59eebc05b2de2c85033237c06d9474d5072b4d1f..c00dd8c7125cdac05af2515d5563a35a252987b0:/test/fixtures/client_applications.yml diff --git a/test/fixtures/client_applications.yml b/test/fixtures/client_applications.yml index 9fe0889ac..e8087eb98 100644 --- a/test/fixtures/client_applications.yml +++ b/test/fixtures/client_applications.yml @@ -10,3 +10,24 @@ oauth_web_app: user_id: 2 secret: Ur1s9LWWJJuYBiV9cDi3za3OV8TGCoRgUvVXJ5zp7pc key: ewvENqsaTXFnZbMWmGDX2g + allow_read_prefs: true + allow_write_prefs: false + allow_write_diary: false + allow_write_api: true + allow_read_gpx: true + allow_write_gpx: false + +oauth_desktop_app: + name: Some OAuth Desktop App + created_at: "2009-04-21 00:00:00" + support_url: http://some.desktop.app.org/support + updated_at: "2009-04-21 00:00:00" + user_id: 2 + secret: V9DOm1H5qSdIG9IeCTiOkAcCx15bK8bkGxf7XEpF + key: rlEdPM6Tp8lpLwvSyNJQ4w + allow_read_prefs: true + allow_write_prefs: false + allow_write_diary: false + allow_write_api: true + allow_read_gpx: true + allow_write_gpx: false