Merge pull request #85780 from hwdef/fix-staticcheck16

test/e2e/auth: Fix static check failures
This commit is contained in:
Kubernetes Prow Robot 2019-12-05 13:50:44 -08:00 committed by GitHub
commit fe80f32904
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

@ -64,7 +64,6 @@ pkg/volume/util/operationexecutor
pkg/volume/util/subpath
pkg/volume/vsphere_volume
test/e2e/apps
test/e2e/auth
test/e2e/autoscaling
test/e2e/instrumentation/logging/stackdriver
test/e2e/instrumentation/monitoring

View File

@ -107,9 +107,6 @@ var _ = SIGDescribe("[Feature:DynamicAudit]", func() {
})
framework.ExpectNoError(err, "failed to create proxy service")
config, err = framework.LoadConfig()
framework.ExpectNoError(err, "failed to load config")
var podIP string
// get pod ip
err = wait.Poll(100*time.Millisecond, 10*time.Second, func() (done bool, err error) {