Skip to content
Merged
Prev Previous commit
Next Next commit
Update test/integration/smoke/test_network_acl.py
Co-authored-by: Suresh Kumar Anaparti <sureshkumar.anaparti@gmail.com>
  • Loading branch information
weizhouapache and sureshanaparti authored Jul 21, 2025
commit 3b089c9cd84cd1421215c1b23ff740da88b1dd1f
2 changes: 1 addition & 1 deletion test/integration/smoke/test_network_acl.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def test_network_acl(self):
self.apiclient,
zoneid=self.zone.id,
accountid=self.account.name,
domainid= self.domain.id,
domainid=self.domain.id,
vpcid= vpc.id
Comment thread
weizhouapache marked this conversation as resolved.
Outdated
)
LoadBalancerRule.create(
Expand Down
Loading