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 13cb4ad commit d91f59dCopy full SHA for d91f59d
tests/functional/api/test_import_export.py
@@ -6,7 +6,6 @@
6
7
8
# https://github.com/python-gitlab/python-gitlab/pull/2790#pullrequestreview-1873617123
9
-@pytest.mark.xfail(reason="test_group_import_export to be worked on in a follow up")
10
def test_group_import_export(gl, group, temp_dir):
11
export = group.exports.create()
12
assert export.message == "202 Accepted"
0 commit comments