diff --git a/Lib/test/test_urllib2.py b/Lib/test/test_urllib2.py index 2161690ca24..632524c4e02 100644 --- a/Lib/test/test_urllib2.py +++ b/Lib/test/test_urllib2.py @@ -624,8 +624,6 @@ def test_method_deprecations(self): req.has_data() 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)):