We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 201298d + 95fe924 commit 1855279Copy full SHA for 1855279
1 file changed
tests/functional/api/test_gitlab.py
@@ -50,7 +50,8 @@ def test_markdown_in_project(gl, project):
50
51
52
def test_lint(gl):
53
- success, errors = gl.lint("Invalid")
+ with pytest.deprecated_call():
54
+ success, errors = gl.lint("Invalid")
55
assert success is False
56
assert errors
57
0 commit comments