Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarmelveilleux committed Jul 18, 2022
1 parent 4bcd805 commit c347520
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/controller/python/test/test_scripts/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1025,5 +1025,4 @@ def TestFabricScopedCommandDuringPase(self, nodeid: int):
except IM.InteractionModelError as ex:
status = ex.status

# TODO: Should be IM.Status.UnsupportedAccess
return status == IM.Status.InvalidCommand
return status == IM.Status.UnsupportedAccess

0 comments on commit c347520

Please sign in to comment.