From 9831fcb855a793f4c3571999b32b16b251035374 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Tue, 24 Jul 2018 12:04:13 +0100 Subject: [PATCH] Update roomserver integration tests --- .../dendrite/cmd/roomserver-integration-tests/main.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/github.com/matrix-org/dendrite/cmd/roomserver-integration-tests/main.go b/src/github.com/matrix-org/dendrite/cmd/roomserver-integration-tests/main.go index d4a8a1d1..59ea6f5c 100644 --- a/src/github.com/matrix-org/dendrite/cmd/roomserver-integration-tests/main.go +++ b/src/github.com/matrix-org/dendrite/cmd/roomserver-integration-tests/main.go @@ -388,8 +388,10 @@ func main() { "removes_state_event_ids":null, "last_sent_event_id":"", "send_as_server":"", - "transaction_id": null - }}`, + "transaction_id":null + }, + "opentracing_carrier": {} + }`, } testRoomserver(input, want, func(q api.RoomserverQueryAPI) {