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 'qa/spec/support/system_logs/sentry_spec.rb')
-rw-r--r--qa/spec/support/system_logs/sentry_spec.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/qa/spec/support/system_logs/sentry_spec.rb b/qa/spec/support/system_logs/sentry_spec.rb
index 6821c527b23..937ce561b82 100644
--- a/qa/spec/support/system_logs/sentry_spec.rb
+++ b/qa/spec/support/system_logs/sentry_spec.rb
@@ -9,19 +9,19 @@ RSpec.describe QA::Support::SystemLogs::Sentry do
subject { described_class.new(env, correlation_id).url }
let(:staging_url) do
- "https://sentry.gitlab.net/gitlab/staginggitlabcom/?environment=gstg&query=correlation_id%3A%22#{correlation_id}%22"
+ "https://new-sentry.gitlab.net/organizations/gitlab/issues/?environment=gstg&project=3&query=correlation_id%3A%22#{correlation_id}%22"
end
let(:staging_ref_url) do
- "https://sentry.gitlab.net/gitlab/staging-ref/?environment=all&query=correlation_id%3A%22#{correlation_id}%22"
+ "https://new-sentry.gitlab.net/organizations/gitlab/issues/?environment=gstg-ref&project=3&query=correlation_id%3A%22#{correlation_id}%22"
end
let(:pre_url) do
- "https://sentry.gitlab.net/gitlab/pregitlabcom/?environment=all&query=correlation_id%3A%22#{correlation_id}%22"
+ "https://new-sentry.gitlab.net/organizations/gitlab/issues/?environment=pre&project=3&query=correlation_id%3A%22#{correlation_id}%22"
end
let(:production_url) do
- "https://sentry.gitlab.net/gitlab/gitlabcom/?environment=gprd&query=correlation_id%3A%22#{correlation_id}%22"
+ "https://new-sentry.gitlab.net/organizations/gitlab/issues/?environment=gprd&project=3&query=correlation_id%3A%22#{correlation_id}%22"
end
where(:env, :expected_url) do