Skip to content

Commit

Permalink
Merge pull request #1147 from ericfrederich/fix-1146
Browse files Browse the repository at this point in the history
fix: tests fail when using REUSE_CONTAINER option
  • Loading branch information
nejch committed Aug 23, 2020
2 parents cfa8097 + 0078f89 commit e2dc9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/functional/test_cli_v4.py
Expand Up @@ -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,
]
Expand Down

0 comments on commit e2dc9ec

Please sign in to comment.