Skip to content

Commit

Permalink
Fix formatting on test file
Browse files Browse the repository at this point in the history
  • Loading branch information
Madrigal committed Sep 13, 2024
1 parent db10e85 commit 90c33b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/resolve_credentials_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ func TestResolveCredentialsEcsContainer(t *testing.T) {
expectedSecretKey: "SECRET-Full-Path",
envVar: map[string]string{
"AWS_CONTAINER_CREDENTIALS_FULL_URI": "placeholder-replaced-at-runtime",
"AWS_PROFILE": "ecscontainer",
"AWS_PROFILE": "ecscontainer",
},
configFile: filepath.Join("testdata", "config_source_shared"),
},
Expand Down

0 comments on commit 90c33b5

Please sign in to comment.