Tests: adjust long reason length to exceed keyword link max

This commit is contained in:
萝卜
2026-03-17 00:27:50 +08:00
parent 7b143e1a11
commit f47cc71599

View File

@@ -54,7 +54,8 @@ class AdminSiteSubscriptionBmpaFailedReasonLongDoesNotRenderKeywordLinkTest exte
'activated_at' => now()->subDay(),
]);
$longReason = str_repeat('中', 120);
// 超过 config('saasshop.platform_orders.sync_error_keyword_link_max_len', 200)
$longReason = str_repeat('中', 220);
PlatformOrder::query()->create([
'merchant_id' => $merchant->id,