We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 184bd65 commit a2ffae3Copy full SHA for a2ffae3
internal/provider/resource_gitlab_group_saml_link_test.go
@@ -12,7 +12,7 @@ import (
12
)
13
14
func TestAccGitlabGroupSamlLink_basic(t *testing.T) {
15
- testAccCheckEE(t)
+ testAccRequiresAtLeast(t, "15.3")
16
17
testGroup := testAccCreateGroups(t, 1)[0]
18
0 commit comments