File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 1- import inspect
2- import os
3- import time
4-
51import pytest
62from easypost .errors .api .api_error import ApiError
73from easypost .models import CarrierAccount
@@ -165,7 +161,8 @@ def test_carrier_account_update_amazon_shipping(prod_client):
165161
166162 amazon_shipping_account = prod_client .carrier_account .create (** params )
167163
168- # TODO: Re-record this cassettes and add two assertions for description and reference when we made the changes in API level for update endpoint
164+ # TODO: Re-record this cassettes and add two assertions for description
165+ # and reference when we made the changes in API level for update endpoint
169166 updated_amazon_shipping_account = prod_client .carrier_account .update (
170167 amazon_shipping_account .id ,
171168 description = "test description" ,
You can’t perform that action at this time.
0 commit comments