Skip to content

Commit

Permalink
Update tests for Logs and Traces config as well as names
Browse files Browse the repository at this point in the history
  • Loading branch information
schannag committed Dec 16, 2024
1 parent f399d86 commit 5dc9292
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions extension/sigv4authextension/signingroundtripper_test.go
Original file line number Diff line number Diff line change
@@ -159,18 +159,18 @@ func TestInferServiceAndRegion(t *testing.T) {
"region",
},
{
"match_with_config",
"logs_service_and_region_match_with_no_config",
req6,
&Config{Region: "region", Service: "service", AssumeRole: AssumeRole{ARN: "rolearn", STSRegion: "region"}},
"service",
"region",
createDefaultConfig().(*Config),
"logs",
"us-east-1",
},
{
"match_with_config",
"xray_service_and_region_match_with_no_config",
req7,
&Config{Region: "region", Service: "service", AssumeRole: AssumeRole{ARN: "rolearn", STSRegion: "region"}},
"service",
"region",
createDefaultConfig().(*Config),
"xray",
"us-east-1",
},
}

0 comments on commit 5dc9292

Please sign in to comment.