summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNejc Habjan <hab.nejc@gmail.com>2020-08-23 22:54:22 +0200
committerGitHub <noreply@github.com>2020-08-23 22:54:22 +0200
commite2dc9ece1a0af37073c41bfa8161fcec5fa01234 (patch)
tree415f9219b6cb9cb5eb893f257c8fb465765560a5
parentcfa80974a1e767928016e3935d2fd94d4ab705c1 (diff)
parent0078f8993c38df4f02da9aaa3f7616d1c8b97095 (diff)
downloadgitlab-e2dc9ece1a0af37073c41bfa8161fcec5fa01234.tar.gz
Merge pull request #1147 from ericfrederich/fix-1146
fix: tests fail when using REUSE_CONTAINER option
-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,
]