Skip to content

Commit 7582bd8

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

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
@@ -138,7 +138,7 @@ def test_network_acl(self):
138138
self.services["lbrule"],
139139
ipaddressid=public_ip.ipaddress.id,
140140
accountid=self.account.name,
141-
vpcid= vpc.id,
141+
vpcid=vpc.id,
142142
networkid=ntwk.id,
143143
domainid=self.account.domainid)
144144

0 commit comments

Comments
 (0)