Skip to content

Commit 4f4f3af

Browse files
committed
Fix Windows tests
1 parent ebb19ad commit 4f4f3af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_urllib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1549,7 +1549,7 @@ def test_pathname2url_win(self):
15491549
self.assertEqual(fn('//?/unc/server/share/dir'), '//server/share/dir')
15501550
# Round-tripping
15511551
urls = ['///C:',
1552-
'///folder/test/',
1552+
'/folder/test/',
15531553
'///C:/foo/bar/spam.foo']
15541554
for url in urls:
15551555
self.assertEqual(fn(urllib.request.url2pathname(url)), url)

0 commit comments

Comments
 (0)