Skip to content

Commit d81dd48

Browse files
committed
test/e2e/auth: Fix static check failures
1 parent b920b38 commit d81dd48

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

hack/.staticcheck_failures

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ pkg/volume/util/operationexecutor
6666
pkg/volume/util/subpath
6767
pkg/volume/vsphere_volume
6868
test/e2e/apps
69-
test/e2e/auth
7069
test/e2e/autoscaling
7170
test/e2e/instrumentation/logging/stackdriver
7271
test/e2e/instrumentation/monitoring

test/e2e/auth/audit_dynamic.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,6 @@ var _ = SIGDescribe("[Feature:DynamicAudit]", func() {
107107
})
108108
framework.ExpectNoError(err, "failed to create proxy service")
109109

110-
config, err = framework.LoadConfig()
111-
framework.ExpectNoError(err, "failed to load config")
112-
113110
var podIP string
114111
// get pod ip
115112
err = wait.Poll(100*time.Millisecond, 10*time.Second, func() (done bool, err error) {

0 commit comments

Comments
 (0)