Updates to address new HPA policies
[optf/osdf.git] / test / policy / test_policy_interface.py
index 5dc75c3..4f1efcf 100644 (file)
@@ -51,10 +51,6 @@ class TestPolicyInterface(unittest.TestCase):
     def tearDown(self):
         pass
 
-    def test_gen_demands(self):
-        res = tr.gen_demands(self.request_json, self.policies)
-        assert res is not None
-
     def test_get_by_name(self):
         pol.get_by_name(mock.MagicMock(), self.valid_policies_files[0])