mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-16 18:43:10 -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 {
|
request: func(t *testing.T) *http.Request {
|
||||||
reqBody := test.WithJSONBody(t, uapi.KeyBackupSession{
|
reqBody := test.WithJSONBody(t, uapi.KeyBackupSession{
|
||||||
FirstMessageIndex: 1,
|
FirstMessageIndex: 1,
|
||||||
SessionData: json.RawMessage("{asd}"),
|
SessionData: json.RawMessage("{}"),
|
||||||
IsVerified: true,
|
IsVerified: true,
|
||||||
ForwardedCount: 0,
|
ForwardedCount: 0,
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue