aboutsummaryrefslogtreecommitdiffstats
path: root/github3/tests/fixtures.py
diff options
context:
space:
mode:
Diffstat (limited to 'github3/tests/fixtures.py')
-rw-r--r--github3/tests/fixtures.py5
1 files changed, 4 insertions, 1 deletions
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 = '<https://api.github.com/gists/public?page=2>; rel="next", <https://api.github.com/gists/public?page=5>; rel="last"'
-
+GET_RESOURCES = [
+ {'login': 'octocat'},
+ {'login': 'octocat'}
+]
GET_FOLLOWERS = [
{
"login": "octocat",