Skip to content

Commit b48dbf8

Browse files
Fixed a few formatting issues
Signed-off-by: Sirija Reddy <[email protected]>
1 parent c582467 commit b48dbf8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

ibm_cloud_networking_services/direct_link_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14821,4 +14821,4 @@ def get_all(self) -> List[dict]:
1482114821
while self.has_next():
1482214822
next_page = self.get_next()
1482314823
results.extend(next_page)
14824-
return results
14824+
return results

test/integration/test_direct_link_provider_v2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from ibm_cloud_networking_services import DirectLinkProviderV2
1515
from ibm_cloud_networking_services.direct_link_provider_v2 import ProviderGatewayPortIdentity
1616
from ibm_cloud_networking_services.direct_link_v1 import (
17-
GatewayActionTemplateAuthenticationKey, GatewayBfdConfigActionTemplate)
17+
AuthenticationKeyIdentity, GatewayBfdConfigActionTemplate)
1818

1919
from dotenv import load_dotenv, find_dotenv
2020

@@ -427,7 +427,7 @@ def test_provider_gateway_actions_with_client_api_md5(self):
427427
customerAccount = os.getenv("DL_PROVIDER_SERVICES_CUSTOMER_ACCT_ID")
428428
speedMbps = 1000
429429
authenticationKeyCRN = os.getenv("DL_SERVICES_AUTHENTICATION_KEY")
430-
authenticationKey = GatewayActionTemplateAuthenticationKey(
430+
authenticationKey = AuthenticationKeyIdentity(
431431
authenticationKeyCRN)
432432

433433
""" successfully get a provider port id """

test/integration/test_direct_link_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1391,4 +1391,4 @@ def test_gateway_macsec(self):
13911391

13921392

13931393
if __name__ == '__main__':
1394-
unittest.main()
1394+
unittest.main()

test/unit/test_direct_link_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9129,4 +9129,4 @@ def test_sak_rekey_timer_mode_serialization(self):
91299129
# endregion
91309130
##############################################################################
91319131
# End of Model Tests
9132-
##############################################################################
9132+
##############################################################################

0 commit comments

Comments
 (0)