Fix ops write pressure integration fixture

This commit is contained in:
ius
2026-03-11 17:40:28 +08:00
parent f740d2c291
commit fbd73f248f

View File

@@ -22,6 +22,7 @@ func TestOpsRepositoryBatchInsertErrorLogs(t *testing.T) {
RequestID: "batch-ops-1",
ErrorPhase: "upstream",
ErrorType: "upstream_error",
Severity: "error",
StatusCode: 429,
ErrorMessage: "rate limited",
CreatedAt: now,
@@ -30,6 +31,7 @@ func TestOpsRepositoryBatchInsertErrorLogs(t *testing.T) {
RequestID: "batch-ops-2",
ErrorPhase: "internal",
ErrorType: "api_error",
Severity: "error",
StatusCode: 500,
ErrorMessage: "internal error",
CreatedAt: now.Add(time.Millisecond),