Skip to content

Commit

Permalink
port remove fix
Browse files Browse the repository at this point in the history
  • Loading branch information
selldinesh committed Sep 26, 2023
1 parent 4bb648a commit 551b254
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/api/test_isolation_group_member.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ def test_isolation_group_member_create(self, npu):
def test_isolation_group_member_remove(self, npu):
commands = [
{'name': 'isolation_group_member_1', 'op': 'remove'},
{'name': 'port_1', 'op': 'remove'},
{'name': 'isolation_group_1', 'op': 'remove'},
]

Expand Down

0 comments on commit 551b254

Please sign in to comment.