merge heads
diff --git a/Lib/test/test_urllib2.py b/Lib/test/test_urllib2.py
index 2161690..632524c 100644
--- a/Lib/test/test_urllib2.py
+++ b/Lib/test/test_urllib2.py
@@ -625,8 +625,6 @@
         with support.check_warnings(('', DeprecationWarning)):
             req.get_data()
         with support.check_warnings(('', DeprecationWarning)):
-            req.get_full_url()
-        with support.check_warnings(('', DeprecationWarning)):
             req.get_host()
         with support.check_warnings(('', DeprecationWarning)):
             req.get_selector()