We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cc4661 commit 04e7acaCopy full SHA for 04e7aca
service/internal/integrationtest/s3/endpoint_url_test.go
@@ -152,7 +152,9 @@ endpoint_url = https://global-cfg.com
152
defer reset()
153
154
loadopts := append(tt.LoadOpts,
155
- config.WithSharedConfigFiles([]string{"test_shared_config"}))
+ config.WithSharedConfigFiles([]string{"test_shared_config"}),
156
+ config.WithSharedConfigProfile("default"))
157
+
158
cfg, err := config.LoadDefaultConfig(context.Background(), loadopts...)
159
if err != nil {
160
t.Fatalf("load config: %v", err)
0 commit comments