Commit fbd73f24 authored by ius's avatar ius
Browse files

Fix ops write pressure integration fixture

parent f740d2c2
...@@ -22,6 +22,7 @@ func TestOpsRepositoryBatchInsertErrorLogs(t *testing.T) { ...@@ -22,6 +22,7 @@ func TestOpsRepositoryBatchInsertErrorLogs(t *testing.T) {
RequestID: "batch-ops-1", RequestID: "batch-ops-1",
ErrorPhase: "upstream", ErrorPhase: "upstream",
ErrorType: "upstream_error", ErrorType: "upstream_error",
Severity: "error",
StatusCode: 429, StatusCode: 429,
ErrorMessage: "rate limited", ErrorMessage: "rate limited",
CreatedAt: now, CreatedAt: now,
...@@ -30,6 +31,7 @@ func TestOpsRepositoryBatchInsertErrorLogs(t *testing.T) { ...@@ -30,6 +31,7 @@ func TestOpsRepositoryBatchInsertErrorLogs(t *testing.T) {
RequestID: "batch-ops-2", RequestID: "batch-ops-2",
ErrorPhase: "internal", ErrorPhase: "internal",
ErrorType: "api_error", ErrorType: "api_error",
Severity: "error",
StatusCode: 500, StatusCode: 500,
ErrorMessage: "internal error", ErrorMessage: "internal error",
CreatedAt: now.Add(time.Millisecond), CreatedAt: now.Add(time.Millisecond),
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment