mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-03 20:44:14 -04:00
chore: fix unused parameter lint in new golangcilint version
This commit is contained in:
parent
68fc2b0811
commit
65903459a0
35 changed files with 92 additions and 92 deletions
|
@ -185,7 +185,7 @@ func TestIMDSClient(t *testing.T) {
|
|||
wantTags: defaultWantTags,
|
||||
},
|
||||
"invalid imds response detected": {
|
||||
server: newHTTPBufconnServer(func(writer http.ResponseWriter, request *http.Request) {
|
||||
server: newHTTPBufconnServer(func(writer http.ResponseWriter, _ *http.Request) {
|
||||
fmt.Fprintln(writer, "invalid-result")
|
||||
}),
|
||||
wantProviderIDErr: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue