Skip to content

Commit 0eb5eb0

Browse files
JohnVillalovosnejch
authored andcommitted
chore: fix warning being generated
The CI shows a warning. Use `get_all=False` to resolve issue.
1 parent ba75c31 commit 0eb5eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/api/test_gitlab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def test_template_gitlabciyml(gl, get_all_kwargs):
138138

139139

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

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy