Skip to content

Commit a645fe2

Browse files
Fix changed number of parameters
1 parent 66add88 commit a645fe2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gitlab/resource_gitlab_group_membership_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ username = "listest%d"
141141
password = "test%dtt"
142142
email = "listest%[email protected]"
143143
}
144-
`, rInt, rInt, rInt, rInt, rInt)
144+
`, rInt, rInt, rInt, rInt, rInt, rInt)
145145
}
146146

147147
func testAccGitlabGroupMembershipUpdateConfig(rInt int) string {
@@ -162,5 +162,5 @@ username = "listest%d"
162162
password = "test%dtt"
163163
email = "listest%[email protected]"
164164
}
165-
`, rInt, rInt, rInt, rInt, rInt)
165+
`, rInt, rInt, rInt, rInt, rInt, rInt)
166166
}

0 commit comments

Comments
 (0)