Commit 0eb5eb05 authored by John L. Villalovos's avatar John L. Villalovos Committed by Nejc Habjan
Browse files

chore: fix warning being generated

The CI shows a warning. Use `get_all=False` to resolve issue.
parent ba75c31e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -138,7 +138,7 @@ def test_template_gitlabciyml(gl, get_all_kwargs):


def test_template_license(gl):
    assert gl.licenses.list()
    assert gl.licenses.list(get_all=False)
    license = gl.licenses.get(
        "bsd-2-clause", project="mytestproject", fullname="mytestfullname"
    )