diff --git a/ipaacalib/python/test/src/testnotifier.py b/ipaacalib/python/test/src/testnotifier.py
index 11576a34a599b1753ced9201bd3d13516081ae17..3b741b3a6b3104d96f626207dc191b3af66c8565 100644
--- a/ipaacalib/python/test/src/testnotifier.py
+++ b/ipaacalib/python/test/src/testnotifier.py
@@ -30,8 +30,8 @@ class IUCategoryMatcher(BaseMatcher):
         
 class ComponentNotifierTest(unittest.TestCase):
 
-    RECV_CAT = {"testrec1", "testrc2"}
-    SEND_CAT = {"testsnd1", "testsnd2", "testsnd3"}
+    RECV_CAT = set(["testrec1", "testrc2"])
+    SEND_CAT = set(["testsnd1", "testsnd2", "testsnd3"])
     def setUp(self):
         self.mockOutBuffer = mock()
         self.mockInBuffer = mock()