Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/helpers/jira_connect_helper_spec.rb')
-rw-r--r--spec/helpers/jira_connect_helper_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/helpers/jira_connect_helper_spec.rb b/spec/helpers/jira_connect_helper_spec.rb
index 169a5c0076a..4d2fc3d9ee6 100644
--- a/spec/helpers/jira_connect_helper_spec.rb
+++ b/spec/helpers/jira_connect_helper_spec.rb
@@ -10,7 +10,7 @@ RSpec.describe JiraConnectHelper do
let(:client_id) { '123' }
before do
- stub_env('JIRA_CONNECT_OAUTH_CLIENT_ID', client_id)
+ stub_application_setting(jira_connect_application_key: client_id)
end
subject { helper.jira_connect_app_data([subscription]) }