Skip to content

Commit

Permalink
Fix AuthenticatedUser ReplayData with parameters (#2074)
Browse files Browse the repository at this point in the history
A recently merged change modified AuthenticatedUser.get_notifications()
in how it passes boolean parameters, but did not modify the replay data.
Do so now.
  • Loading branch information
s-t-e-v-e-n-k committed Oct 11, 2021
1 parent c6215ae commit b10dbe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -2,7 +2,7 @@ https
GET
api.github.com
None
/notifications?participating=True
/notifications?participating=true
{'Authorization': 'Basic login_and_password_removed', 'User-Agent': 'PyGithub/Python'}
None
200
Expand Down
Expand Up @@ -2,7 +2,7 @@ https
GET
api.github.com
None
/notifications?all=True
/notifications?all=true
{'Authorization': 'Basic login_and_password_removed', 'User-Agent': 'PyGithub/Python'}
None
200
Expand Down

0 comments on commit b10dbe3

Please sign in to comment.