Skip to content

Commit 3405a25

Browse files
feat: modify functional tests saml group add
1 parent 863ea11 commit 3405a25

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/functional/api/test_groups.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,7 @@ def test_group_transfer(gl, group):
308308

309309
@pytest.mark.gitlab_premium
310310
@pytest.mark.xfail(reason="need to setup an identity provider or it's mock")
311-
def test_group_saml_group_links(gl):
312-
group = gl.groups.create({"name": "gitlab-test-group", "path": "gitlab-test-group"})
311+
def test_group_saml_group_links(group):
313312
group.saml_group_links.create(
314313
{"saml_group_name": "saml-group-1", "access_level": 10}
315314
)

0 commit comments

Comments
 (0)