Skip to content

Commit b51da15

Browse files
committed
Fixed typo in request test
1 parent 64cf06c commit b51da15

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
@@ -129,8 +129,8 @@ def test_14_request_list(self):
129129
namespace='guyzmo',
130130
repository='git-repo',
131131
rq_list_data=[
132-
(3, 'docs for fqdn > url', 'https://api.github.com/repos/guyzmo/git-repo/issues/3'),
133-
(2, 'prefer gitrepo.<target>.token > privatekey, docs', 'https://api.github.com/repos/guyzmo/git-repo/issues/2'),
132+
('3', 'docs for fqdn > url', 'https://api.github.com/repos/guyzmo/git-repo/issues/3'),
133+
('2', 'prefer gitrepo.<target>.token > privatekey, docs', 'https://api.github.com/repos/guyzmo/git-repo/issues/2'),
134134
])
135135

136136
def test_15_request_fetch(self):

0 commit comments

Comments
 (0)