Pre-emptive fixes to acceptance tests so that golangci-lint does not fail when monorepo is merged.
How I've tested this PR:
tests should still pass
How I expect reviewers to test this PR:
code review, tests still pass
Note to reviewers: To test this out locally check out the branch from the PR and run golangci-lint run --config=/path/to/consul-k8s/.golangci.yaml from consul-helm/tests/acceptance
Checklist:
[ ] Bats tests added
[ ] CHANGELOG entry added (HashiCorp engineers only, community PRs should not add a changelog entry)
Changes proposed in this PR:
How I've tested this PR: tests should still pass
How I expect reviewers to test this PR: code review, tests still pass Note to reviewers: To test this out locally check out the branch from the PR and run
golangci-lint run --config=/path/to/consul-k8s/.golangci.yaml
fromconsul-helm/tests/acceptance
Checklist: