Skip to content

Commit fe80f32

Browse files
authored
Merge pull request kubernetes#85780 from hwdef/fix-staticcheck16
test/e2e/auth: Fix static check failures
2 parents ad5d4c4 + d81dd48 commit fe80f32

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
@@ -64,7 +64,6 @@ pkg/volume/util/operationexecutor
6464
pkg/volume/util/subpath
6565
pkg/volume/vsphere_volume
6666
test/e2e/apps
67-
test/e2e/auth
6867
test/e2e/autoscaling
6968
test/e2e/instrumentation/logging/stackdriver
7069
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)