We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f740d2c commit fbd73f2Copy full SHA for fbd73f2
1 file changed
backend/internal/repository/ops_write_pressure_integration_test.go
@@ -22,6 +22,7 @@ func TestOpsRepositoryBatchInsertErrorLogs(t *testing.T) {
22
RequestID: "batch-ops-1",
23
ErrorPhase: "upstream",
24
ErrorType: "upstream_error",
25
+ Severity: "error",
26
StatusCode: 429,
27
ErrorMessage: "rate limited",
28
CreatedAt: now,
@@ -30,6 +31,7 @@ func TestOpsRepositoryBatchInsertErrorLogs(t *testing.T) {
30
31
RequestID: "batch-ops-2",
32
ErrorPhase: "internal",
33
ErrorType: "api_error",
34
35
StatusCode: 500,
36
ErrorMessage: "internal error",
37
CreatedAt: now.Add(time.Millisecond),
0 commit comments