Skip to content
Snippets Groups Projects
Commit 7f86b5b7 authored by Dmitry Gruzd's avatar Dmitry Gruzd
Browse files

Merge branch 'replace-hardcoded-buy-storage' into 'master'

Remove hard-coded buy storage URL which breaks JiHu pipelines

See merge request gitlab-org/gitlab!88251
parents 2f2291dc 4913d559
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -358,7 +358,7 @@
expect(helper.storage_usage_app_data(namespace)).to eql({
additional_repo_storage_by_namespace: "true",
buy_addon_target_attr: "_blank",
purchase_storage_url: "https://customers.staging.gitlab.com/buy_storage",
purchase_storage_url: Gitlab::SubscriptionPortal.subscriptions_more_storage_url,
default_per_page: 20,
namespace_path: namespace.full_path,
is_temporary_storage_increase_visible: "false",
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment