Skip to content

Commit 0a543c7

Browse files
committed
Fix lint error on new credentials_test.go file.
1 parent 4da5431 commit 0a543c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/aws/credentials/credentials_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ func (*MockProvider) Retrieve() (Value, error) {
137137
return Value{}, nil
138138
}
139139

140-
func TestCredentialsIsExpired_Race(t *testing.T) {
140+
func TestCredentialsIsExpired_Race(_ *testing.T) {
141141
creds := NewChainCredentials([]Provider{&MockProvider{}})
142142

143143
starter := make(chan struct{})

0 commit comments

Comments
 (0)