Skip to content

Commit

Permalink
Fixed test references
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanratcliffe committed Dec 9, 2024
1 parent 3a1d315 commit ab21302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adapters/iam-policy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -290,13 +290,13 @@ func TestPolicyItemMapper(t *testing.T) {
ExpectedScope: "foo",
},
{
ExpectedType: "*",
ExpectedType: "iam-group",
ExpectedMethod: sdp.QueryMethod_SEARCH,
ExpectedQuery: "arn:aws:iam::609103258633:group/Developers",
ExpectedScope: "609103258633",
},
{
ExpectedType: "*",
ExpectedType: "iam-group",
ExpectedMethod: sdp.QueryMethod_SEARCH,
ExpectedQuery: "arn:aws:iam::609103258633:group/Operators",
ExpectedScope: "609103258633",
Expand Down

0 comments on commit ab21302

Please sign in to comment.