Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
leshchenko1979 committed Jun 11, 2024
1 parent bc4c445 commit f9aa920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_server_responses.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,6 @@ def test_crm_item_list(bx_dummy):
from tests.real_responses.crm_item_list import response

bx_dummy.srh = MockSRH(response)
results = bx_dummy.call("crm.item.list")
results = bx_dummy.get_all("crm.item.list")

assert len(results) == 3

0 comments on commit f9aa920

Please sign in to comment.