use CLIN data from EDA client response
This commit is contained in:
@@ -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():
|
||||
|
Reference in New Issue
Block a user