mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-03 23:04:53 -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
|
@ -196,7 +196,7 @@ func TestNoValidProviderAttestationCombination(t *testing.T) {
|
|||
{cloudprovider.OpenStack, variant.AWSNitroTPM{}},
|
||||
}
|
||||
for _, test := range tests {
|
||||
t.Run("", func(t *testing.T) {
|
||||
t.Run("", func(_ *testing.T) {
|
||||
_, err := createConfigWithAttestationVariant(test.provider, "", test.attestation)
|
||||
assert.Error(err)
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue