summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_constants.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_constants.py b/tests/test_constants.py
index e818bb9..0c38c28 100644
--- a/tests/test_constants.py
+++ b/tests/test_constants.py
@@ -35,4 +35,5 @@ class ConstantsTestCase(unittest.TestCase):
tests.util.check_enum_exports(dns.rdatatype, self.assertEqual)
def test_edns_constants(self):
- tests.util.check_enum_exports(dns.edns, self.assertEqual)
+ tests.util.check_enum_exports(dns.edns, self.assertEqual,
+ only={dns.edns.OptionType})