This commit is contained in:
Till Faelligen 2023-04-28 14:24:41 +02:00
parent 7a66a86d0d
commit 0ea8b97463
No known key found for this signature in database
GPG key ID: ACCDC9606D472758

View file

@ -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,
})