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 863ea11 commit 3405a25Copy full SHA for 3405a25
tests/functional/api/test_groups.py
@@ -308,8 +308,7 @@ def test_group_transfer(gl, group):
308
309
@pytest.mark.gitlab_premium
310
@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"})
+def test_group_saml_group_links(group):
313
group.saml_group_links.create(
314
{"saml_group_name": "saml-group-1", "access_level": 10}
315
)
0 commit comments