Skip to content

Commit

Permalink
style: fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed Oct 19, 2023
1 parent fa4debc commit 34b697f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_soap_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def test_netsuite_wsdl_url(dummy_config):
== "https://123456-sb1.suitetalk.api.netsuite.com/wsdl/v2021_1_0/netsuite.wsdl"
)


def test_netsuite_transport_initialization(dummy_config):
soap_api = NetSuiteSoapApi(dummy_config)
soap_api._generate_transport()

0 comments on commit 34b697f

Please sign in to comment.