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 f26ffe5 commit 4465eae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/provider/provider_config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ import (

// 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) { //nolint:paralleltest
testcases := map[string]struct {
Config map[string]any
Expand Down

0 comments on commit 4465eae

Please sign in to comment.