Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
s-urbaniak committed Mar 11, 2024
1 parent 9f7592f commit 18b83c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/int/federated_auth_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ var _ = Describe("AtlasFederatedAuth test", Label("AtlasFederatedAuth", "federat
}
roles = append(
roles,
mdbv1.RoleMapping{
akov2.RoleMapping{
ExternalGroupName: "ako_team",
RoleAssignments: []mdbv1.RoleAssignment{
RoleAssignments: []akov2.RoleAssignment{
{Role: "ORG_OWNER"},
},
},
Expand Down

0 comments on commit 18b83c3

Please sign in to comment.