Skip to content

Commit 3b089c9

Browse files
Update test/integration/smoke/test_network_acl.py
Co-authored-by: Suresh Kumar Anaparti <[email protected]>
1 parent af3dead commit 3b089c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/smoke/test_network_acl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def test_network_acl(self):
130130
self.apiclient,
131131
zoneid=self.zone.id,
132132
accountid=self.account.name,
133-
domainid= self.domain.id,
133+
domainid=self.domain.id,
134134
vpcid= vpc.id
135135
)
136136
LoadBalancerRule.create(

0 commit comments

Comments
 (0)