Skip to content

Commit 4748c3f

Browse files
test: cleanup acl in test_global_acls.py (apache#10893)
1 parent 39a0ba9 commit 4748c3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integration/smoke/test_global_acls.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ def test_replace_acl_of_network(self):
141141

142142
# Creating ACL list
143143
acl = NetworkACLList.create(apiclient=self.apiclient, services={}, name="acl", description="acl")
144+
self.cleanup.append(acl)
144145

145146
# Creating tier on VPC with ACL list
146147
network = Network.create(

0 commit comments

Comments
 (0)