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
-
5
1
import pytest
6
2
from easypost .errors .api .api_error import ApiError
7
3
from easypost .models import CarrierAccount
@@ -165,7 +161,8 @@ def test_carrier_account_update_amazon_shipping(prod_client):
165
161
166
162
amazon_shipping_account = prod_client .carrier_account .create (** params )
167
163
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
169
166
updated_amazon_shipping_account = prod_client .carrier_account .update (
170
167
amazon_shipping_account .id ,
171
168
description = "test description" ,
You can’t perform that action at this time.
0 commit comments