diff --git a/tests/functional/api/test_gitlab.py b/tests/functional/api/test_gitlab.py index 4bc3a2c7a..0e106fef9 100644 --- a/tests/functional/api/test_gitlab.py +++ b/tests/functional/api/test_gitlab.py @@ -50,7 +50,8 @@ def test_markdown_in_project(gl, project): def test_lint(gl): - success, errors = gl.lint("Invalid") + with pytest.deprecated_call(): + success, errors = gl.lint("Invalid") assert success is False assert errors