Skip to content

Commit

Permalink
Add fixture for single authoriation
Browse files Browse the repository at this point in the history
  • Loading branch information
catsby committed May 16, 2012
1 parent c58e917 commit 751ebe8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions spec/fixtures/v3/authorization.json
@@ -0,0 +1,16 @@
{
"created_at": "2012-02-08T01:47:27Z",
"note_url": null,
"scopes": [
"public_repo"
],
"url": "https://api.github.com/authorizations/999999",
"updated_at": "2012-03-08T14:26:36Z",
"app": {
"url": "http://travis-ci.org",
"name": "Travis"
},
"token": "eCx/G1S8O2YuoNp72qrCRPur+k4tUr20hiEs9UjfvS9aHs2x",
"note": null,
"id": 999999
}

0 comments on commit 751ebe8

Please sign in to comment.