diff options
author | Eric L Frederich <eric.frederich@siemens.com> | 2020-08-07 14:40:23 -0400 |
---|---|---|
committer | Eric L Frederich <eric.frederich@siemens.com> | 2020-08-07 14:40:59 -0400 |
commit | 0078f8993c38df4f02da9aaa3f7616d1c8b97095 (patch) | |
tree | dcb5095693521ed5011347cd381e1ae3c5747bd3 /tools | |
parent | 1606310a880f8a8a2a370db27511b57732caf178 (diff) | |
download | gitlab-0078f8993c38df4f02da9aaa3f7616d1c8b97095.tar.gz |
fix: tests fail when using REUSE_CONTAINER option
Fixes #1146
Diffstat (limited to 'tools')
-rw-r--r-- | tools/functional/test_cli_v4.py | 2 |
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, ] |