Skip to content

Commit 2d40b63

Browse files
author
Éric Araujo
committed
fix test
1 parent 3c20ac0 commit 2d40b63

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/test_contribute.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
99
class testContributeLink(unittest.TestCase):
1010
def test_get_contrib_link(self):
1111
PULL_FROM_TX = 'https://explore.transifex.com/python-doc/python-newest/'
12+
DEVGUIDE = 'https://devguide.python.org/documentation/translations/translating/'
1213

1314
for code, repo, expected in (
14-
('en', None, None),
15+
('en', None, DEVGUIDE),
1516
('pl', None, PULL_FROM_TX),
1617
('ar', 'python/python-docs-ar', 'https://github.com/python/python-docs-ar'),
1718
(

0 commit comments

Comments
 (0)