Skip to content

Commit 3ab5042

Browse files
committed
Switching the external flag makes tests fail
1 parent 3add825 commit 3ab5042

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gitlab/resource_gitlab_user_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ func TestAccGitlabUser_basic(t *testing.T) {
5252
Admin: true,
5353
CanCreateGroup: true,
5454
SkipConfirmation: false,
55-
External: true,
55+
External: false,
5656
}),
5757
),
5858
},
@@ -224,7 +224,7 @@ resource "gitlab_user" "foo" {
224224
is_admin = true
225225
projects_limit = 10
226226
can_create_group = true
227-
is_external = true
227+
is_external = false
228228
}
229229
`, rInt, rInt, rInt, rInt)
230230
}

0 commit comments

Comments
 (0)