Skip to content

Commit 4229558

Browse files
authored
fix: processor MutationAfterAdd test (#1219)
1 parent d875511 commit 4229558

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

interfaces_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1275,10 +1275,11 @@ func TestProcessor_MutationAfterAdd(t *testing.T) {
12751275
telemetry.OverflowPolicyDropOldest,
12761276
1,
12771277
0,
1278+
nil,
12781279
),
12791280
}
12801281

1281-
proc := telemetry.NewProcessor(buffers, transport, dsn, sdk)
1282+
proc := telemetry.NewProcessor(buffers, transport, dsn, sdk, nil)
12821283

12831284
extra := map[string]interface{}{
12841285
"request_id": "original-123",

0 commit comments

Comments
 (0)