Fix test race vlan conflict

This commit is contained in:
Paul Tyng
2020-03-03 14:53:31 -05:00
parent bbf337a814
commit 7aff2b19d9

View File

@@ -43,7 +43,7 @@ func TestAccNetwork_weird_cidr(t *testing.T) {
// TODO: CheckDestroy: ,
Steps: []resource.TestStep{
{
Config: testAccNetworkConfig("10.0.202.3/24", 202, true),
Config: testAccNetworkConfig("10.0.202.3/24", 204, true),
Check: resource.ComposeTestCheckFunc(
resource.TestCheckResourceAttr("unifi_network.test", "subnet", "10.0.202.0/24"),
),