summaryrefslogtreecommitdiff
path: root/tools/functional
diff options
context:
space:
mode:
authorEric L Frederich <eric.frederich@siemens.com>2020-08-07 14:40:23 -0400
committerEric L Frederich <eric.frederich@siemens.com>2020-08-07 14:40:59 -0400
commit0078f8993c38df4f02da9aaa3f7616d1c8b97095 (patch)
treedcb5095693521ed5011347cd381e1ae3c5747bd3 /tools/functional
parent1606310a880f8a8a2a370db27511b57732caf178 (diff)
downloadgitlab-0078f8993c38df4f02da9aaa3f7616d1c8b97095.tar.gz
fix: tests fail when using REUSE_CONTAINER option
Fixes #1146
Diffstat (limited to 'tools/functional')
-rw-r--r--tools/functional/test_cli_v4.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/functional/test_cli_v4.py b/tools/functional/test_cli_v4.py
index c4d2413..4f78c0c 100644
--- a/tools/functional/test_cli_v4.py
+++ b/tools/functional/test_cli_v4.py
@@ -177,7 +177,7 @@ def test_create_issue_note(gitlab_cli, issue):
"--project-id",
issue.project_id,
"--issue-iid",
- issue.id,
+ issue.iid,
"--body",
body,
]