summaryrefslogtreecommitdiff
path: root/tests/test_exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_exceptions.py')
-rw-r--r--tests/test_exceptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_exceptions.py b/tests/test_exceptions.py
index a684ca1..6c4d016 100644
--- a/tests/test_exceptions.py
+++ b/tests/test_exceptions.py
@@ -20,7 +20,7 @@ from dns.exception import DNSException
class FormatedError(DNSException):
fmt = "Custom format: {parameter}"
- supp_kwargs = set(['parameter'])
+ supp_kwargs = {'parameter'}
class ExceptionTestCase(unittest.TestCase):