]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
remove now-unneeded test
authorBob Halley <halley@dnspython.org>
Wed, 24 Dec 2025 01:18:36 +0000 (17:18 -0800)
committerBob Halley <halley@dnspython.org>
Wed, 24 Dec 2025 01:18:36 +0000 (17:18 -0800)
tests/test_name.py

index d0fc0e182005b19f365a4e9c48ccf083d0f15f9c..e9a06e8aeb8e6c4c02d19d814079f151775ed661 100644 (file)
@@ -1101,12 +1101,6 @@ class NameTestCase(unittest.TestCase):
 
         self.assertRaises(ValueError, bad)
 
-    def testFromWireNotBytes(self):
-        def bad():
-            dns.name.from_wire(123, 0)  # type: ignore
-
-        self.assertRaises(ValueError, bad)
-
     def testBadPunycode(self):
         c = dns.name.IDNACodec()
         with self.assertRaises(dns.name.IDNAException):