Skip to content

Commit

Permalink
fix json
Browse files Browse the repository at this point in the history
Signed-off-by: yaron2 <[email protected]>
  • Loading branch information
yaron2 committed Jan 13, 2025
1 parent acb3056 commit 7807957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/http/topic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func TestEventHandler(t *testing.T) {
"datacontenttype" : "application/json",
"data" : "eyJtZXNzYWdlIjoiaGVsbG8ifQ==",
"traceid": "aaa",
"traceparent": "bbb",
"traceparent": "bbb"
}`

s := newServer("", nil)
Expand Down

0 comments on commit 7807957

Please sign in to comment.