Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0eb5eb0

Browse files
JohnVillalovosnejch
authored andcommitted
chore: fix warning being generated
The CI shows a warning. Use `get_all=False` to resolve issue.
1 parentba75c31 commit0eb5eb0

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
deftest_template_license(gl):
141-
assertgl.licenses.list()
141+
assertgl.licenses.list(get_all=False)
142142
license=gl.licenses.get(
143143
"bsd-2-clause",project="mytestproject",fullname="mytestfullname"
144144
)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp