From e348fb4c1b9eaf21655001dc4346ceb0c0c3d5b4 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 11 May 2023 09:09:11 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- spec/support/helpers/jira_integration_helpers.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/support/helpers') diff --git a/spec/support/helpers/jira_integration_helpers.rb b/spec/support/helpers/jira_integration_helpers.rb index 66940314589..098f2968b0b 100644 --- a/spec/support/helpers/jira_integration_helpers.rb +++ b/spec/support/helpers/jira_integration_helpers.rb @@ -11,7 +11,7 @@ module JiraIntegrationHelpers jira_issue_transition_id = '1' jira_tracker.update!( - url: url, username: username, password: password, + url: url, username: username, password: password, jira_auth_type: 0, jira_issue_transition_id: jira_issue_transition_id, active: true ) end -- cgit v1.2.1