From 6323be600d0c265e40df9f8950602e85ee94955b Mon Sep 17 00:00:00 2001 From: David Medina Date: Sun, 13 Nov 2011 23:43:35 +0100 Subject: Added handler base test --- github3/tests/fixtures.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'github3/tests/fixtures.py') diff --git a/github3/tests/fixtures.py b/github3/tests/fixtures.py index aef4425..fdbc3fb 100644 --- a/github3/tests/fixtures.py +++ b/github3/tests/fixtures.py @@ -23,7 +23,10 @@ GET_USER = { } GET_LINK = '; rel="next", ; rel="last"' - +GET_RESOURCES = [ + {'login': 'octocat'}, + {'login': 'octocat'} +] GET_FOLLOWERS = [ { "login": "octocat", -- cgit v1.2.3-59-g8ed1b