Skip to content

Commit e2dc9ec

Browse files
authored
Merge pull request #1147 from ericfrederich/fix-1146
fix: tests fail when using REUSE_CONTAINER option
2 parents cfa8097 + 0078f89 commit e2dc9ec

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)