chore: tweak linter

This commit is contained in:
Steven
2024-10-11 21:05:07 +08:00
parent f467f1d9f6
commit 43d13a3edc
8 changed files with 54 additions and 57 deletions

View File

@@ -67,7 +67,7 @@ func TestNewIdentityProvider(t *testing.T) {
},
}
for _, test := range tests {
t.Run(test.name, func(t *testing.T) {
t.Run(test.name, func(*testing.T) {
_, err := NewIdentityProvider(test.config)
assert.ErrorContains(t, err, test.containsErr)
})