Skip to content

Commit 8577d1e

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

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
@@ -148,7 +148,7 @@ def test_network_acl(self):
148148
self.virtual_machine,
149149
self.services["natrule"],
150150
ipaddressid=public_ip.ipaddress.id,
151-
vpcid= vpc.id,
151+
vpcid=vpc.id,
152152
networkid=ntwk.id)
153153

154154
@classmethod

0 commit comments

Comments
 (0)