Skip to content

Commit 542fa5e

Browse files
author
Cristina Sánchez Sánchez
committed
Fix
1 parent d2d1136 commit 542fa5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/service/clouduserprojectassignment/resource_migration_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func TestMigCloudUserProjectAssignmentRS_migrationJourney(t *testing.T) {
4242
{
4343
ProtoV6ProviderFactories: acc.TestAccProviderV6Factories,
4444
Config: userProjectAssignmentConfigSecond(username, projectName, orgID, roles),
45-
Check: checksSecond(username, projectName, roles),
45+
Check: checksSecond(username, roles),
4646
},
4747
{
4848
ProtoV6ProviderFactories: acc.TestAccProviderV6Factories,
@@ -128,7 +128,7 @@ func removeProjectInvitationConfigThird(username, projectName, orgID string, rol
128128
`, username, rolesStr, projectName, orgID)
129129
}
130130

131-
func checksSecond(username, projectName string, roles []string) resource.TestCheckFunc {
131+
func checksSecond(username string, roles []string) resource.TestCheckFunc {
132132
checkFuncs := []resource.TestCheckFunc{
133133
resource.TestCheckResourceAttr(resourceUserProjectAssignmentName, "username", username),
134134
resource.TestCheckResourceAttrSet(resourceUserProjectAssignmentName, "project_id"),

0 commit comments

Comments
 (0)