Skip to content

Commit

Permalink
missed one change.
Browse files Browse the repository at this point in the history
  • Loading branch information
cecille committed Dec 1, 2023
1 parent 9715f63 commit 528c242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/TC_AccessChecker.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ async def setup_test(self):

@async_test_body
async def teardown_test(self):
await self._cleanup_acl(default_acl=default_acl)
await self._cleanup_acl(default_acl=self.default_acl)

async def _setup_acl(self, default_acl: list[Clusters.AccessControl.Structs.AccessControlEntryStruct], privilege: Clusters.AccessControl.Enums.AccessControlEntryPrivilegeEnum):
if privilege is not None:
Expand Down

0 comments on commit 528c242

Please sign in to comment.