This commit is contained in:
dandds 2018-08-22 14:32:59 -04:00
parent 217183c142
commit db2abac340

View File

@ -73,6 +73,9 @@ class MockEDAClient(EDAClientBase):
MOCK_CONTRACT_NUMBER = "DCA10096D0052" 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): def get_contract(self, contract_number, status):
if contract_number == self.MOCK_CONTRACT_NUMBER and status == "y": if contract_number == self.MOCK_CONTRACT_NUMBER and status == "y":
return { return {