Skip to content

Commit 0078f89

Browse files
committed
fix: tests fail when using REUSE_CONTAINER option
Fixes #1146
1 parent 1606310 commit 0078f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/functional/test_cli_v4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def test_create_issue_note(gitlab_cli, issue):
177177
"--project-id",
178178
issue.project_id,
179179
"--issue-iid",
180-
issue.id,
180+
issue.iid,
181181
"--body",
182182
body,
183183
]

0 commit comments

Comments
 (0)