From db2abac340f9355acd16a09c6f7da9e6ca0c13b4 Mon Sep 17 00:00:00 2001 From: dandds Date: Wed, 22 Aug 2018 14:32:59 -0400 Subject: [PATCH] add TODO --- atst/eda_client.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/atst/eda_client.py b/atst/eda_client.py index 82c01217..3251499e 100644 --- a/atst/eda_client.py +++ b/atst/eda_client.py @@ -73,6 +73,9 @@ class MockEDAClient(EDAClientBase): MOCK_CONTRACT_NUMBER = "DCA10096D0052" + # TODO: It seems likely that this will have to supply CLIN data form the + # EDA returnclinXML API call, in addition to the basic task order data + # below. See the EDA docs. def get_contract(self, contract_number, status): if contract_number == self.MOCK_CONTRACT_NUMBER and status == "y": return {