Skip to content

Commit b1b7b80

Browse files
committed
Revert "Remove unused variable"
This reverts commit c1d0de2.
1 parent e66e3fd commit b1b7b80

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/hyperlink/test/test_url.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1112,6 +1112,7 @@ def test_autorooted(self):
11121112

11131113
attempt_unrooted_absolute = URL(host="foo", path=['bar'], rooted=False)
11141114
normal_absolute = URL(host="foo", path=["bar"])
1115+
attempted_rooted_replacement = normal_absolute.replace(rooted=True)
11151116
self.assertEqual(attempt_unrooted_absolute, normal_absolute)
11161117
self.assertEqual(normal_absolute.rooted, True)
11171118
self.assertEqual(attempt_unrooted_absolute.rooted, True)

0 commit comments

Comments
 (0)