various tweaks around using records; the client-side is still broken
[sfa.git] / tests / testStorage.py
index deb69f4..1790b73 100755 (executable)
@@ -8,7 +8,7 @@ class TestStorage(unittest.TestCase):
         pass
 
     def testCreate(self):
-        r = RegRecord('user')
+        r = RegRecord(type='authority',hrn='foo.bar')
 
 if __name__ == "__main__":
     unittest.main()