From 34b697f767b14237d41915f870b9784f00111665 Mon Sep 17 00:00:00 2001 From: Michael Bianco Date: Thu, 19 Oct 2023 17:03:23 -0600 Subject: [PATCH] style: fix flake8 --- tests/test_soap_api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_soap_api.py b/tests/test_soap_api.py index 6bbc2ac..2954422 100644 --- a/tests/test_soap_api.py +++ b/tests/test_soap_api.py @@ -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()