Skip to content

Commit

Permalink
fixup! Fix GitHubAuth to retrieve all organizations
Browse files Browse the repository at this point in the history
  • Loading branch information
bendikro committed Dec 8, 2016
1 parent 5da587a commit b1e3071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/test/unit/test_www_oauth.py
Expand Up @@ -135,7 +135,7 @@ def test_GithubVerifyCode(self):
[ # /user/emails
{'email': 'buzz@bar', 'verified': True, 'primary': False},
{'email': 'bar@foo', 'verified': True, 'primary': True}],
[ # /users/bar/orgs
[ # /user/orgs
dict(login="hello"),
dict(login="grp"),
]])
Expand Down

0 comments on commit b1e3071

Please sign in to comment.