We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 379ef42 commit c823324Copy full SHA for c823324
tests/e2e/standalone/publish_test.go
@@ -103,6 +103,8 @@ func TestStandalonePublish(t *testing.T) {
103
Data: map[string]interface{}{"dapr": "is_great"},
104
RawData: []byte(`{"dapr":"is_great"}`),
105
Metadata: make(map[string]string),
106
+ TraceID: "00-00000000000000000000000000000000-0000000000000000-00",
107
+ TraceParent: "00-00000000000000000000000000000000-0000000000000000-00",
108
}, event)
109
})
110
0 commit comments