Skip to content

Commit 5b83b82

Browse files
committed
fix: updating CodeQL Analyzer
dependency: none Signed-off-by: jkalandaibm <[email protected]>
1 parent 77063ec commit 5b83b82

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Python client library to interact with various [IBM Cloud Networking Service API
2222
npx markdown-toc -i README.md
2323
-->
2424

25-
<! -- toc -->
25+
<!-- toc -->
2626

2727
- [Overview](#overview)
2828
- [Prerequisites](#prerequisites)

test/integration/test_transit_gateway_apis_v1.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
class TestTransitGatewayApisV1(unittest.TestCase):
2424
""" Test class for Transit Gateway sdk functions """
2525

26-
@unittest.skip("tests exceeds Travis 10 min limit")
27-
26+
@unittest.skip("tests exceeds Travis 10 min limit")
2827
def setUp(self):
2928
""" test case setup """
3029
self.endpoint = os.getenv("TG_SERVICES_SERVICE_URL")

0 commit comments

Comments
 (0)