From ad29f38cbcb164a7f328b26daf789dbff90deb98 Mon Sep 17 00:00:00 2001 From: Ankitkumar Patel Date: Wed, 28 Mar 2018 14:27:53 -0400 Subject: Update the SO sync and async responses. Updated the sync and async responses and addes testcases related to policy adaptors. Issue-ID: OPTFRA-208 Change-Id: Ia0f88df1b897b6158674f3c3a7ef239f2328dcfc Signed-off-by: Ankitkumar Patel --- test/test_ConductorApiBuilder.py | 1 - 1 file changed, 1 deletion(-) (limited to 'test/test_ConductorApiBuilder.py') diff --git a/test/test_ConductorApiBuilder.py b/test/test_ConductorApiBuilder.py index d13a6a5..f8683a3 100644 --- a/test/test_ConductorApiBuilder.py +++ b/test/test_ConductorApiBuilder.py @@ -39,7 +39,6 @@ class TestConductorApiBuilder(unittest.TestCase): self.request_json = json_from_file(parameter_data_file) self.policies = [json_from_file(policy_data_path + '/' + name) for name in valid_policies_files] - def test_conductor_api_call_builder(self): main_dir = self.main_dir conductor_api_template = main_dir + "osdf/templates/conductor_interface.json" # "osdf/templates/conductor_interface.json" -- cgit 1.2.3-korg