mirror of
https://github.com/hoernschen/dendrite.git
synced 2024-12-28 16:08:27 +00:00
Update roomserver integration tests
This commit is contained in:
parent
5177a384f8
commit
9831fcb855
1 changed files with 4 additions and 2 deletions
|
@ -388,8 +388,10 @@ func main() {
|
||||||
"removes_state_event_ids":null,
|
"removes_state_event_ids":null,
|
||||||
"last_sent_event_id":"",
|
"last_sent_event_id":"",
|
||||||
"send_as_server":"",
|
"send_as_server":"",
|
||||||
"transaction_id": null
|
"transaction_id":null
|
||||||
}}`,
|
},
|
||||||
|
"opentracing_carrier": {}
|
||||||
|
}`,
|
||||||
}
|
}
|
||||||
|
|
||||||
testRoomserver(input, want, func(q api.RoomserverQueryAPI) {
|
testRoomserver(input, want, func(q api.RoomserverQueryAPI) {
|
||||||
|
|
Loading…
Reference in a new issue