diff --git a/tests/Feature/AdminPlatformOrderToolsBmpaGovernanceHintTest.php b/tests/Feature/AdminPlatformOrderToolsBmpaGovernanceHintTest.php index c2a9907..9dc8d97 100644 --- a/tests/Feature/AdminPlatformOrderToolsBmpaGovernanceHintTest.php +++ b/tests/Feature/AdminPlatformOrderToolsBmpaGovernanceHintTest.php @@ -75,7 +75,7 @@ class AdminPlatformOrderToolsBmpaGovernanceHintTest extends TestCase // 模拟用户在同步失败上下文中又叠加了 BMPA 失败筛选; // 此时“进入批量标记支付失败集合”的链接应显式清理 fail_only/sync_status/sync_error_keyword,避免跳转后产生筛选冲突。 - $res = $this->get('/admin/platform-orders?bmpa_failed_only=1&sync_status=failed'); + $res = $this->get('/admin/platform-orders?bmpa_failed_only=1&sync_status=failed&syncable_only=1&synced_only=1'); $res->assertOk(); $html = (string) $res->getContent();