Skip to content

Commit

Permalink
Adds references to more aws-sdk-go-v2 file parsing errors
Browse files Browse the repository at this point in the history
  • Loading branch information
gdavison committed Nov 16, 2023
1 parent f475dcf commit 2f7eab8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aws_config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3572,6 +3572,8 @@ func TestRetryHandlers(t *testing.T) {

// TestSharedConfigFileParsing prevents regression in shared config file parsing
// * https://github.com/aws/aws-sdk-go-v2/issues/2349: indented keys
// * https://github.com/aws/aws-sdk-go-v2/issues/2363: leading whitespace
// * https://github.com/aws/aws-sdk-go-v2/issues/2369: trailing `#` in, e.g. SSO Start URLs
func TestSharedConfigFileParsing(t *testing.T) {
configtesting.SharedConfigFileParsing(t, &testDriver{})
}
Expand Down

0 comments on commit 2f7eab8

Please sign in to comment.