Skip to content

Commit fbd73f2

Browse files
committed
Fix ops write pressure integration fixture
1 parent f740d2c commit fbd73f2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

backend/internal/repository/ops_write_pressure_integration_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ func TestOpsRepositoryBatchInsertErrorLogs(t *testing.T) {
2222
RequestID: "batch-ops-1",
2323
ErrorPhase: "upstream",
2424
ErrorType: "upstream_error",
25+
Severity: "error",
2526
StatusCode: 429,
2627
ErrorMessage: "rate limited",
2728
CreatedAt: now,
@@ -30,6 +31,7 @@ func TestOpsRepositoryBatchInsertErrorLogs(t *testing.T) {
3031
RequestID: "batch-ops-2",
3132
ErrorPhase: "internal",
3233
ErrorType: "api_error",
34+
Severity: "error",
3335
StatusCode: 500,
3436
ErrorMessage: "internal error",
3537
CreatedAt: now.Add(time.Millisecond),

0 commit comments

Comments
 (0)