8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc0e46 commit b6cd4c1Copy full SHA for b6cd4c1
tests/integration/test_api.py
@@ -24,8 +24,8 @@ def test_search_issues(self):
24
cassette_name = self.cassette_name('search_issues',
25
cls='GitHub')
26
with self.recorder.use_cassette(cassette_name):
27
- repos = self.gh.search_issues('github3 labels:bugs')
28
- assert isinstance(next(repos),
+ issues = self.gh.search_issues('github3 labels:bugs')
+ assert isinstance(next(issues),
29
github3.search.IssueSearchResult)
30
31
def test_search_repositories(self):
0 commit comments