Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jun 4, 2019. It is now read-only.
/github3.pyPublic archive
forked fromdegustaf/github3.py

Commitc56363b

Browse files
Updated unit test for test_users
Updated header argument to match actual request.
1 parentde98533 commitc56363b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎tests/unit/test_users.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,9 @@ def test_starred_repositories(self):
155155
self.session.get.assert_called_once_with(
156156
url_for('starred'),
157157
params={'per_page':100},
158-
headers={}
158+
headers={
159+
'Accept':'application/vnd.github.v3.star+json'
160+
}
159161
)
160162

161163
deftest_subscriptions(self):

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp