Skip to content

Commit c823324

Browse files
committed
Adds empty trance parent
Signed-off-by: joshvanl <[email protected]>
1 parent 379ef42 commit c823324

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/e2e/standalone/publish_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ func TestStandalonePublish(t *testing.T) {
103103
Data: map[string]interface{}{"dapr": "is_great"},
104104
RawData: []byte(`{"dapr":"is_great"}`),
105105
Metadata: make(map[string]string),
106+
TraceID: "00-00000000000000000000000000000000-0000000000000000-00",
107+
TraceParent: "00-00000000000000000000000000000000-0000000000000000-00",
106108
}, event)
107109
})
108110

0 commit comments

Comments
 (0)