Skip to content

Commit

Permalink
assert fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Quagbot committed Jul 21, 2021
1 parent 9aac3f4 commit 6301fc7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/api_resources/test_porting_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ def test_is_listable(self, request_mock):
resources = telnyx.PortingOrder.list()
request_mock.assert_requested("get", "/v2/porting_orders")
assert isinstance(resources.data, list)
assert isinstance(resources.data[0], telnyx.PortingOrder)

def test_is_retrievable(self, request_mock):
resource = telnyx.PortingOrder.retrieve(TEST_RESOURCE_ID)
Expand Down

0 comments on commit 6301fc7

Please sign in to comment.