Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test/e2e/auth: Fix static check failures #85780

Merged
merged 1 commit into from Dec 5, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion hack/.staticcheck_failures
Expand Up @@ -66,7 +66,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
Expand Down
3 changes: 0 additions & 3 deletions test/e2e/auth/audit_dynamic.go
Expand Up @@ -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) {
Expand Down