Skip to content

Commit c1beb25

Browse files
Update test/integration/smoke/test_network_acl.py
Co-authored-by: Suresh Kumar Anaparti <sureshkumar.anaparti@gmail.com>
1 parent 3b089c9 commit c1beb25

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
@@ -131,7 +131,7 @@ def test_network_acl(self):
131131
zoneid=self.zone.id,
132132
accountid=self.account.name,
133133
domainid=self.domain.id,
134-
vpcid= vpc.id
134+
vpcid=vpc.id
135135
)
136136
LoadBalancerRule.create(
137137
self.apiclient,

0 commit comments

Comments
 (0)