Skip to content

Commit df6644c

Browse files
committed
Merge branch 'features/requests' into devel
2 parents efb786f + b51da15 commit df6644c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/test_github.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,8 +306,8 @@ def test_30_request_list(self):
306306
namespace='guyzmo',
307307
repository='git-repo',
308308
rq_list_data=[
309-
(3, 'docs for fqdn > url', 'https://api.github.com/repos/guyzmo/git-repo/issues/3'),
310-
(2, 'prefer gitrepo.<target>.token > privatekey, docs', 'https://api.github.com/repos/guyzmo/git-repo/issues/2'),
309+
('3', 'docs for fqdn > url', 'https://api.github.com/repos/guyzmo/git-repo/issues/3'),
310+
('2', 'prefer gitrepo.<target>.token > privatekey, docs', 'https://api.github.com/repos/guyzmo/git-repo/issues/2'),
311311
])
312312

313313
def test_31_request_fetch(self):

0 commit comments

Comments
 (0)