Skip to content

Commit

Permalink
fix go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
skotambkar committed Oct 4, 2019
1 parent 6b8a8d2 commit 33c11c7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
27 changes: 13 additions & 14 deletions aws/endpoints/v3model_sts_regional_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,29 +84,29 @@ func TestEndpointFor_STSRegionalFlag(t *testing.T) {
Services: services{
"sts": service{
PartitionEndpoint: "aws-global",
Defaults: endpoint{},
Defaults: endpoint{},
Endpoints: endpoints{
"ap-east-1": endpoint{},
"ap-northeast-1": endpoint{},
"ap-northeast-2": endpoint{},
"ap-south-1": endpoint{},
"ap-southeast-1": endpoint{},
"ap-southeast-2": endpoint{},
"aws-global": endpoint{
"aws-global": endpoint{
Hostname: "sts.amazonaws.com",
CredentialScope : credentialScope {
Region : "us-east-1",
CredentialScope: credentialScope{
Region: "us-east-1",
},
},
"ca-central-1": endpoint{},
"eu-central-1": endpoint{},
"eu-north-1": endpoint{},
"eu-west-1": endpoint{},
"eu-west-2": endpoint{},
"eu-west-3": endpoint{},
"me-south-1": endpoint{},
"sa-east-1": endpoint{},
"us-east-1": endpoint{},
"ca-central-1": endpoint{},
"eu-central-1": endpoint{},
"eu-north-1": endpoint{},
"eu-west-1": endpoint{},
"eu-west-2": endpoint{},
"eu-west-3": endpoint{},
"me-south-1": endpoint{},
"sa-east-1": endpoint{},
"us-east-1": endpoint{},
"us-east-1-fips": endpoint{
Hostname: "sts-fips.us-east-1.amazonaws.com",
CredentialScope: credentialScope{
Expand Down Expand Up @@ -580,4 +580,3 @@ func TestSTSRegionalEndpoint_CNPartition(t *testing.T) {
}

}

2 changes: 1 addition & 1 deletion aws/endpoints/v3model_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -538,4 +538,4 @@ func TestEndpointFor_RegionalFlag(t *testing.T) {

})
}
}
}

0 comments on commit 33c11c7

Please sign in to comment.