mirror of https://github.com/apache/cloudstack.git
Updated network acl service test to avoid default ACL modification
This commit is contained in:
parent
3388b77156
commit
39caa0ebdd
|
|
@ -83,7 +83,7 @@ public class NetworkACLServiceTest extends TestCase{
|
|||
createACLItemCmd = new CreateNetworkACLCmd(){
|
||||
@Override
|
||||
public Long getACLId(){
|
||||
return 1L;
|
||||
return 3L;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Reference in New Issue