From acadbbe5d280020798f87f9205383ad3f15d4d2d Mon Sep 17 00:00:00 2001 From: James Osborne Date: Fri, 12 Jun 2026 03:49:16 -0400 Subject: [PATCH] Ignore quarantined test targets in key sync status --- backend/app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/app.py b/backend/app.py index 5debc52..af97321 100644 --- a/backend/app.py +++ b/backend/app.py @@ -445,13 +445,13 @@ def bb_sync_info(account_id): regions = { "us": { "host": "psopeeps_us", - "targets": ["us-live", "us-test", "us-hardcore"], + "targets": ["us-live", "us-hardcore"], "status": "pending", "applied_at": None, }, "eu": { "host": "psopeeps_eu", - "targets": ["eu-live", "eu-test", "eu-hardcore"], + "targets": ["eu-live", "eu-hardcore"], "status": "pending", "applied_at": None, },