From 358da6aa456173cd7c6c60af7d6178462be23244 Mon Sep 17 00:00:00 2001 From: Matt Frazier Date: Mon, 15 Sep 2025 09:44:44 -0400 Subject: [PATCH] Fix test env SHARE url --- src/environments/environment.test-osf.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/environments/environment.test-osf.ts b/src/environments/environment.test-osf.ts index c2bef93fb..19fed8086 100644 --- a/src/environments/environment.test-osf.ts +++ b/src/environments/environment.test-osf.ts @@ -5,7 +5,7 @@ export const environment = { production: false, webUrl: 'https://test.osf.io', apiDomainUrl: 'https://api.test.osf.io', - shareTroveUrl: 'https://test-share.osf.io/trove', + shareTroveUrl: 'https://staging-share.osf.io/trove', addonsApiUrl: 'https://addons.test.osf.io/v1', funderApiUrl: 'https://api.crossref.org/', casUrl: 'https://accounts.test.osf.io',