Skip to content

Commit

Permalink
Updating TC_CADMIN_1_3_4 test module:
Browse files Browse the repository at this point in the history
- Updating to resolve linting issue
  • Loading branch information
j-ororke committed Oct 30, 2024
1 parent 905f211 commit ab3a31c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/python_testing/TC_CADMIN_1_3_4.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,8 @@ async def test_TC_CADMIN_1_4(self):
try:
th2_cam_rcac = TLVReader(base64.b64decode(
self.certificate_authority_manager.activeCaList[3]._persistentStorage._jsonData["sdk-config"]["f/4/r"])).get()["Any"][9]
except:

except IndexError:
th2_cam_rcac = TLVReader(base64.b64decode(
self.certificate_authority_manager.activeCaList[2]._persistentStorage._jsonData["sdk-config"]["f/3/r"])).get()["Any"][9]

Expand Down

0 comments on commit ab3a31c

Please sign in to comment.