You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: isolate multiregion 403 tests from env-var auth tokens (#514)
Follow-up to PR #512. Addresses [Sentry bot
review](#512 (comment)):
the 403 enrichment tests depend on `isEnvTokenActive()` returning false
(OAuth path), but would flake if `SENTRY_AUTH_TOKEN` is set in CI. Save
and restore the env vars in beforeEach/afterEach.
0 commit comments