chore: migrate to aws-sdk-go-v2 (lightsail, route53) (#1973)

This commit is contained in:
Ludovic Fernandez 2023-07-27 12:15:26 +02:00 committed by GitHub
parent ed14dda361
commit fc47c35e89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 317 additions and 213 deletions

View file

@ -51,6 +51,11 @@ func (e *EnvTest) WithLiveTestRequirements(keys ...string) *EnvTest {
panic(fmt.Sprintf("Unauthorized action, the env var %s is not managed or it's not the key of the domain.", key))
}
if e.domainKey == key {
countValuedVars++
continue
}
if _, ok := e.values[key]; ok {
countValuedVars++
}