Skip to content

Commit

Permalink
Linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gdavison committed Nov 10, 2023
1 parent 82ae6ba commit 8ad6f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/provider_config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ func (t thing) GetCredentials() aws.CredentialsProvider {
}

func (t thing) GetRegion() string {
panic("not implemented")
panic("not implemented") // lintignore:R009
}

func TestProviderConfig_Authentication_SSO(t *testing.T) { //nolint:paralleltest
Expand Down

0 comments on commit 8ad6f76

Please sign in to comment.