Run acceptance tests against controller version 6.4 (#190)
* Run acceptance tests against controller version 6.4 * Fix tags * Bump `go-unifi`
This commit is contained in:
3
.github/workflows/acctest.yml
vendored
3
.github/workflows/acctest.yml
vendored
@@ -36,7 +36,8 @@ jobs:
|
||||
unifi_version:
|
||||
- "6.0"
|
||||
- "6.1"
|
||||
- "6.2"
|
||||
- "v6.2"
|
||||
- "v6.4"
|
||||
- "v6"
|
||||
terraform_version:
|
||||
- "0.15.5"
|
||||
|
||||
2
go.mod
2
go.mod
@@ -27,7 +27,7 @@ require (
|
||||
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
|
||||
github.com/mitchellh/mapstructure v1.4.1 // indirect
|
||||
github.com/oklog/run v1.1.0 // indirect
|
||||
github.com/paultyng/go-unifi v1.22.0
|
||||
github.com/paultyng/go-unifi v1.23.0
|
||||
github.com/posener/complete v1.2.1 // indirect
|
||||
golang.org/x/tools v0.0.0-20201017001424-6003fad69a88 // indirect
|
||||
google.golang.org/appengine v1.6.7 // indirect
|
||||
|
||||
2
go.sum
2
go.sum
@@ -312,6 +312,8 @@ github.com/oklog/run v1.1.0 h1:GEenZ1cK0+q0+wsJew9qUg/DyD8k3JzYsZAi5gYi2mA=
|
||||
github.com/oklog/run v1.1.0/go.mod h1:sVPdnTZT1zYwAJeCMu2Th4T21pA3FPOQRfWjQlk7DVU=
|
||||
github.com/paultyng/go-unifi v1.22.0 h1:HyY9VtXyisNomAkZH3nWYPtLN3RZp1Fwd/nseVEB3hw=
|
||||
github.com/paultyng/go-unifi v1.22.0/go.mod h1:elZdIVuBF3b/htOilTXIErNwEGpnFOM+k5713Am1Egw=
|
||||
github.com/paultyng/go-unifi v1.23.0 h1:2O+Cv7RKiS6hAfcazJ1qZ9m6Px34ywLw8aa2ueHB5Ck=
|
||||
github.com/paultyng/go-unifi v1.23.0/go.mod h1:elZdIVuBF3b/htOilTXIErNwEGpnFOM+k5713Am1Egw=
|
||||
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
|
||||
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
|
||||
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
|
||||
|
||||
@@ -307,8 +307,6 @@ func resourceWLANGetResourceData(d *schema.ResourceData, meta interface{}) (*uni
|
||||
|
||||
MinrateNaEnabled: d.Get("minimum_data_rate_5g_kbps").(int) != 0,
|
||||
MinrateNaDataRateKbps: d.Get("minimum_data_rate_5g_kbps").(int),
|
||||
|
||||
MinrateNgCckRatesEnabled: true,
|
||||
}, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user