use CLIN data from EDA client response

This commit is contained in:
dandds
2018-10-17 16:12:19 -04:00
parent 6a03664b51
commit 4fefd017a2
3 changed files with 13 additions and 16 deletions

View File

@@ -11,8 +11,7 @@ def test_list_contracts():
def test_get_contract():
result = mock_client.get_contract("DCA10096D0052", "y")
assert result["contract_no"] == "DCA10096D0052"
assert result["amount"] == 2_000_000
assert result["number"] == "DCA10096D0052"
def test_contract_not_found():