mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-16 10:33:11 -06:00
Fix oops
This commit is contained in:
parent
7a66a86d0d
commit
0ea8b97463
|
|
@ -1990,7 +1990,7 @@ func TestKeyBackup(t *testing.T) {
|
|||
request: func(t *testing.T) *http.Request {
|
||||
reqBody := test.WithJSONBody(t, uapi.KeyBackupSession{
|
||||
FirstMessageIndex: 1,
|
||||
SessionData: json.RawMessage("{asd}"),
|
||||
SessionData: json.RawMessage("{}"),
|
||||
IsVerified: true,
|
||||
ForwardedCount: 0,
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue